iprogress
This commit is contained in:
@@ -180,6 +180,12 @@
|
||||
:update-fn trigger-tongue
|
||||
:ego-hearts 1
|
||||
:tongue-hearts 5
|
||||
:sounds {:swoosh (utils/load-sound "tongue-fight/swoosh.ogg")
|
||||
:big-swoosh (utils/load-sound "tongue-fight/big-swoosh.ogg")
|
||||
:impact (utils/load-sound "tongue-fight/impact.ogg")
|
||||
:explode-sound (utils/load-sound "space/bloodclot-explode.ogg")
|
||||
:swallow (utils/load-sound "tongue-fight/swallow.ogg")
|
||||
:falling-ego (utils/load-sound "tongue-fight/falling-ego.ogg")}
|
||||
|
||||
:entities (into {:penultimate (assoc (utils/atlas->texture atlas "penultimate") :x 0 :y 0 :baseline 2 :scale-x 1 :scale-y 1 :opacity 0)
|
||||
:penultimate-wall (assoc (utils/atlas->texture atlas "penultimate-wall") :x 0 :y 0 :baseline 5 :scale-x 1 :scale-y 1 :opacity 0)
|
||||
|
||||
Reference in New Issue
Block a user