bullets are go
BIN
res/bullets/bigblue.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
res/bullets/biggreen.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
res/bullets/bigpink.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
res/bullets/bigred.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
res/bullets/bigwhite.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
res/bullets/bigyellow.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
res/bullets/smallblue.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/bullets/smallgreen.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/bullets/smallpink.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/bullets/smallred.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/bullets/smallwhite.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/bullets/smallyellow.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
|
@ -4,4 +4,17 @@ IMAGE bgWall1 "bg/wall1.png" FAST
|
|||
IMAGE bgCeil1 "bg/ceil1.png" FAST
|
||||
IMAGE bgFloor1 "bg/floor1.png" FAST
|
||||
|
||||
SPRITE nitori "player/nitori.png" 4 4 FAST
|
||||
SPRITE nitori "player/nitori.png" 4 4 FAST
|
||||
|
||||
SPRITE smallRedBullet "bullets/smallred.png" 1 1 FAST 5
|
||||
SPRITE smallBlueBullet "bullets/smallblue.png" 1 1 FAST 5
|
||||
SPRITE smallGreenBullet "bullets/smallgreen.png" 1 1 FAST 5
|
||||
SPRITE smallPinkBullet "bullets/smallpink.png" 1 1 FAST 5
|
||||
SPRITE smallYellowBullet "bullets/smallyellow.png" 1 1 FAST 5
|
||||
SPRITE smallWhiteBullet "bullets/smallwhite.png" 1 1 FAST 5
|
||||
SPRITE bigRedBullet "bullets/bigred.png" 2 2 FAST 5
|
||||
SPRITE bigBlueBullet "bullets/bigblue.png" 2 2 FAST 5
|
||||
SPRITE bigGreenBullet "bullets/biggreen.png" 2 2 FAST 5
|
||||
SPRITE bigPinkBullet "bullets/bigpink.png" 2 2 FAST 5
|
||||
SPRITE bigYellowBullet "bullets/bigyellow.png" 2 2 FAST 5
|
||||
SPRITE bigWhiteBullet "bullets/bigwhite.png" 2 2 FAST 5
|