dialogue tweak and hopefully linux fix.
This commit is contained in:
@@ -432,7 +432,7 @@
|
||||
(steam/set-achievement "DESTINY")
|
||||
(actions/do-dialogue entities
|
||||
:ego "Man! What a dream!"
|
||||
:ego "If I only really could be a knight."
|
||||
:ego "If only I really could be a knight."
|
||||
:ego "Then I'd be able to win Georgia McGorgeous' heart.")
|
||||
(actions/in-love entities)
|
||||
(utils/save-chapter @entities :chapter-2))
|
||||
|
||||
@@ -1166,6 +1166,10 @@ void main ()
|
||||
(doseq [[k [start time fn]] (get-in entities [:room :timers])]
|
||||
(add-timer! screen k start time)))
|
||||
|
||||
:on-pause (fn [_ _]
|
||||
(utils/set-fullscreen! false)
|
||||
nil)
|
||||
|
||||
:on-key-up
|
||||
(fn [screen entities]
|
||||
(when (= (key-code :escape) (:key screen))
|
||||
|
||||
Reference in New Issue
Block a user