sounds.
This commit is contained in:
@@ -323,6 +323,7 @@
|
||||
:game-player (assoc (texture "inside-castle/gameplayer.png") :x 266 :y 49 :baseline 191
|
||||
`:talk-color (color 1.0 0.3 0.2 1.0)
|
||||
:script (actions/get-script entities (do-game-player-dialogue entities))
|
||||
:blink (sound "blink-other.ogg")
|
||||
:scripts #(condp = %
|
||||
:wool (actions/get-script entities
|
||||
(walk-to-player entities)
|
||||
@@ -371,6 +372,7 @@
|
||||
:anim game-player-stand
|
||||
:anim-start 0
|
||||
:stand game-player-stand
|
||||
:anim-sound-frames {game-player-stand {11 [:blink 0.3] }}
|
||||
:flex game-player-flex
|
||||
:talk game-player-talk)}
|
||||
:monocle (rooms/make-entity :monocle (assoc (animation->texture screen monocle)
|
||||
|
||||
Reference in New Issue
Block a user