no endless loop
This commit is contained in:
@@ -765,7 +765,7 @@
|
|||||||
(- (:total-time screen) (get-in entities [:room :entities :ego :anim-start])))))
|
(- (:total-time screen) (get-in entities [:room :entities :ego :anim-start])))))
|
||||||
|
|
||||||
(terminate [this screen entities]
|
(terminate [this screen entities]
|
||||||
entities)
|
(stop screen entities :ego))
|
||||||
(skip-type [this screen entities]
|
(skip-type [this screen entities]
|
||||||
:none)))
|
:none)))
|
||||||
|
|
||||||
|
|||||||
@@ -376,7 +376,6 @@
|
|||||||
:cursor :up
|
:cursor :up
|
||||||
:script (actions/get-script entities
|
:script (actions/get-script entities
|
||||||
(actions/walk-to entities :ego [182 90] :face :left :skip-type :end)
|
(actions/walk-to entities :ego [182 90] :face :left :skip-type :end)
|
||||||
|
|
||||||
(actions/play-animation entities :ego :reach)
|
(actions/play-animation entities :ego :reach)
|
||||||
(if (= :night (get-in @entities [:state :time]))
|
(if (= :night (get-in @entities [:state :time]))
|
||||||
(actions/talk entities :ego "It's locked.")
|
(actions/talk entities :ego "It's locked.")
|
||||||
|
|||||||
@@ -629,6 +629,8 @@ void main()
|
|||||||
:anim-merges {(get-in ego [:right :shock]) {:origin-x 15}
|
:anim-merges {(get-in ego [:right :shock]) {:origin-x 15}
|
||||||
(get-in ego [:left :swing-shovel]) {:origin-x 26}
|
(get-in ego [:left :swing-shovel]) {:origin-x 26}
|
||||||
(get-in ego [:right :swing-shovel]) {:origin-x 26}
|
(get-in ego [:right :swing-shovel]) {:origin-x 26}
|
||||||
|
(get-in ego [:left :glad]) {:origin-x 11}
|
||||||
|
(get-in ego [:right :glad]) {:origin-x 11}
|
||||||
(get-in ego [:right :standup]) {:origin-x 32}
|
(get-in ego [:right :standup]) {:origin-x 32}
|
||||||
(get-in ego [:right :crawl]) {:origin-x 32}
|
(get-in ego [:right :crawl]) {:origin-x 32}
|
||||||
(get-in ego [:right :crawl-hide]) {:origin-x 32}
|
(get-in ego [:right :crawl-hide]) {:origin-x 32}
|
||||||
|
|||||||
Reference in New Issue
Block a user