love tweaks.

This commit is contained in:
Bryce Covert
2015-10-26 15:25:08 +01:00
parent 4f281a0522
commit 63075c073f
3 changed files with 10 additions and 7 deletions

View File

@@ -39,11 +39,12 @@
{:run #(do (actions/respond entities %
:frankie "Not a chance, Dipstick."
:frankie "Burglers like us gotta eat too, you know."
:ego "But it's a matter of life and death! Georgia McGorgeous is counting on me!"
)
(actions/in-love entities)
(actions/respond entities %
:frankie "Georgia's going steady with me now, Dipstick.")
:ego "But it's a matter of life and death!"
:ego "Plus, Georgia's counting on me!")
(actions/georgia-say entities "I'm counting on you, Tick!")
(actions/do-dialogue entities
:frankie "Georgia's going steady with me now, Dipstick."
:frankie "No day-dreaming about my girlfriend!")
(actions/play-animation entities :frankie :laugh)
(actions/do-dialogue entities :frankie "You'd be better off if you just packed your bags and left town."
:frankie "Ain't that right boys?")

View File

@@ -238,9 +238,10 @@
(actions/do-dialogue entities
:ego "What a peaceful night."
:ego "Oh my sweet Georgia McGorgeous. How will I ever save you now?")
(actions/in-love entities)
(actions/georgia-say entities "You gotta find a way out of there, Tick!")
(actions/do-dialogue entities
:ego "I have to find a way out of here!"))
:ego "She's right."
:ego "I have to escape."))
:scripts {:crowbar (actions/get-script entities
(if (get-in @entities [:state :bent-bars?])
(actions/do-dialogue entities :ego "They're bent as far as they can go.")

View File

@@ -961,6 +961,7 @@ void main ()
:anim georgia-stand
:stand georgia-stand
:love georgia-love
:night-profile :none
:talk-color (Color/valueOf "ffabe0ff")
:anim-start 0
:x 100 :y 100 :baseline 242 :origin-x 15 :origin-y 15