stagework

This commit is contained in:
t. boddy 2022-08-20 21:32:36 -04:00
parent 5efc60c378
commit dbd635fa26
7 changed files with 91 additions and 43 deletions

BIN
res/fg/rock2bottom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
res/fg/rock2top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before After
Before After

View file

@ -5,10 +5,15 @@ IMAGE startLogo1 "start/logo1.png" FAST
IMAGE frame "chrome/frame.png" FAST
// background
IMAGE wall1 "bg/wall1.png" FAST
IMAGE rock1Bottom "fg/rock1bottom.png" FAST
// foreground
IMAGE rock1Bottom "fg/rock1bottom.png" FAST
IMAGE rock1Top "fg/rock1top.png" FAST
IMAGE obstacle1LeftBottom "fg/obstacle1leftbottom.png" FAST
@ -19,9 +24,13 @@ IMAGE obstacle1LeftTop "fg/obstacle1lefttop.png" FAST
IMAGE obstacle1RightTop "fg/obstacle1righttop.png" FAST
IMAGE obstacle1MiddleTop "fg/obstacle1middletop.png" FAST
IMAGE rock2Bottom "fg/rock2bottom.png" FAST
IMAGE rock2Top "fg/rock2top.png" FAST
// player and enemies
SPRITE nitori "player/nitori.png" 4 4 FAST
SPRITE fairy1 "enemies/fairy1.png" 5 4 FAST
SPRITE smallRedBullet "bullets/smallred.png" 1 1 FAST 5