iprogress

This commit is contained in:
Bryce Covert
2018-02-11 18:56:33 -08:00
parent c52784d5e5
commit 1c6f61c5d2
20 changed files with 18 additions and 5 deletions

View File

@@ -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)