intro music will start as wind again.

This commit is contained in:
Bryce Covert
2017-07-22 08:23:06 -07:00
parent 7857c8cf09
commit 009f1d920a
4 changed files with 7 additions and 5 deletions

View File

@@ -299,7 +299,7 @@
(actions/remove-entity entities :alarm-clock)
(actions/give entities :alarm-clock))))
:stash (rooms/make-entity :stash (assoc (animation->texture screen open-stash)
:stash (rooms/make-entity :stash (assoc (animation->texture (assoc screen :total-time 0) open-stash)
:x 197 :y 94 :baseline 146
:open open-stash
:close close-stash))