progress
This commit is contained in:
@@ -983,7 +983,7 @@
|
||||
([entities]
|
||||
(play-safe entities true))
|
||||
([entities whistle?]
|
||||
(let [safe-song-anim (utils/make-anim-seq "safe-song/safe-song" [100 35] 0.05
|
||||
(let [safe-song-anim (utils/make-anim-seq (texture-atlas "packed/global.atlas") "safe-song/safe-song" [100 35] 0.05
|
||||
(flatten
|
||||
[
|
||||
[1 2 3]
|
||||
@@ -1005,7 +1005,7 @@
|
||||
(wait entities 400)
|
||||
(add-entity entities :safe-song
|
||||
(rooms/make-entity :safe-song
|
||||
(assoc (utils/get-texture "safe-song/safe-song-1")
|
||||
(assoc (utils/atlas->texture (texture-atlas "packed/global.atlas") "safe-song/safe-song" 0)
|
||||
:x 110
|
||||
:y 120
|
||||
:baseline 241
|
||||
|
||||
Reference in New Issue
Block a user