File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,6 @@ sprite "Neon"
296296 }
297297}
298298
299-
300299// Life Icon corresponding to the character (Heads-Up Display)
301300sprite "Life Icon Neon"
302301{
@@ -305,6 +304,42 @@ sprite "Life Icon Neon"
305304 frame_size 32 32
306305 hot_spot 16 16
307306
307+ animation 0
308+ {
309+ repeat TRUE
310+ fps 8
311+ data 0
312+ }
313+ }
314+
315+ // Powerup 1up (Life box) corresponding to the character
316+ sprite "Powerup 1up Neon"
317+ {
318+ source_file "images/players/neon_extra.png"
319+ source_rect 32 32 96 64
320+ frame_size 32 32
321+ hot_spot 16 32
322+ action_spot 16 16
323+
324+ // Life box
325+ animation 0
326+ {
327+ repeat TRUE
328+ fps 16
329+ data 1 2 3 4 1 0 3 0 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4
330+ }
331+ }
332+
333+ // Powerup 1up Icon (Icon of Life box) corresponding to the character
334+ sprite "Powerup 1up Icon Neon"
335+ {
336+ source_file "images/players/neon_extra.png"
337+ source_rect 96 64 32 32
338+ frame_size 32 32
339+ hot_spot 16 13
340+ action_spot 8 6
341+
342+ // Icon of Life box
308343 animation 0
309344 {
310345 repeat TRUE
You can’t perform that action at this time.
0 commit comments