bullets are go

This commit is contained in:
t. boddy 2022-08-16 15:19:44 -04:00
parent 01cb5d622c
commit 98631cb721
17 changed files with 196 additions and 5 deletions

BIN
res/bullets/bigblue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
res/bullets/biggreen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
res/bullets/bigpink.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
res/bullets/bigred.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
res/bullets/bigwhite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
res/bullets/bigyellow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
res/bullets/smallblue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
res/bullets/smallgreen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
res/bullets/smallpink.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
res/bullets/smallred.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
res/bullets/smallwhite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
res/bullets/smallyellow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

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