We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea30062 commit 4b06b39Copy full SHA for 4b06b39
src/scripts/figures.js
@@ -3,7 +3,7 @@ log_info("akhenaten: figures info started")
3
figure_fireman = {
4
animations : {
5
walk : { pos : [0, 0], anim_id: IMG_FIREMAN },
6
- death : { pos : [0, 0], anim_id: IMG_FIREMAN_DEATH }
+ death : { pos : [0, 0], anim_id: IMG_FIREMAN_DEATH },
7
fight_fire : { pos : [0, 0], anim_id: IMG_FIREMAN_FIGHT_FIRE, max_frames: 36 }
8
},
9
-}
+}
0 commit comments