credits screen and stuff.
This commit is contained in:
@@ -96,4 +96,9 @@
|
||||
(update-in [:tweens] dissoc :cam-x :cam-y)
|
||||
(update-in [:room :entities :ego] #(actions/start-animation screen % :suspended))
|
||||
(assoc-in [:room :entities :ego :stand-override] :suspended)
|
||||
(assoc-in [:room :entities :ego :talk-override] :suspended-talk))))))
|
||||
(assoc-in [:room :entities :ego :talk-override] :suspended-talk)
|
||||
(assoc-in [:room :entities :ego :get-script] (fn [cursor [x y]]
|
||||
(actions/get-script entities
|
||||
(if (= :flask-1-strength (:value cursor))
|
||||
(common/do-win entities)
|
||||
(actions/talk entities :ego "I can't reach it!"))))))))))
|
||||
|
||||
Reference in New Issue
Block a user