now its a different game
BIN
res/bg/1.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
res/bg/wall1.png
Before Width: | Height: | Size: 5.4 KiB |
BIN
res/bullets/big.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3 KiB |
BIN
res/bullets/huge.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
res/bullets/player.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
res/bullets/small.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/enemies/fairyblue.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
res/enemies/fairygreen.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
res/enemies/fairyred.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
res/enemies/fairyyellow.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.8 KiB |
BIN
res/font.png
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
res/player/hitbox.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.6 KiB |
BIN
res/player/sunny.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
|
@ -8,40 +8,20 @@ IMAGE frame "chrome/frame.png" FAST
|
|||
|
||||
// background
|
||||
|
||||
IMAGE wall1 "bg/wall1.png" FAST
|
||||
|
||||
|
||||
// foreground
|
||||
|
||||
IMAGE rock1Bottom "fg/rock1bottom.png" FAST
|
||||
IMAGE rock1Top "fg/rock1top.png" FAST
|
||||
|
||||
IMAGE obstacle1LeftBottom "fg/obstacle1leftbottom.png" FAST
|
||||
IMAGE obstacle1RightBottom "fg/obstacle1rightbottom.png" FAST
|
||||
IMAGE obstacle1MiddleBottom "fg/obstacle1middlebottom.png" FAST
|
||||
|
||||
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
|
||||
|
||||
IMAGE bg1 "bg/1.png" FAST
|
||||
|
||||
// player and enemies
|
||||
|
||||
SPRITE nitori "player/nitori.png" 4 4 FAST
|
||||
SPRITE fairy1 "enemies/fairy1.png" 5 4 FAST
|
||||
SPRITE sunny "player/sunny.png" 6 5 FAST 10
|
||||
SPRITE hitbox "player/hitbox.png" 1 1 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
|
||||
SPRITE fairyRed "enemies/fairyred.png" 4 4 FAST 10
|
||||
SPRITE fairyBlue "enemies/fairyblue.png" 4 4 FAST 10
|
||||
SPRITE fairyYellow "enemies/fairyyellow.png" 4 4 FAST 10
|
||||
SPRITE fairyGreen "enemies/fairygreen.png" 4 4 FAST 10
|
||||
|
||||
SPRITE smallBullet "bullets/small.png" 1 1 FAST 5
|
||||
SPRITE bigBullet "bullets/big.png" 2 2 FAST 5
|
||||
SPRITE hugeBullet "bullets/huge.png" 4 4 FAST 5
|
||||
|
||||
SPRITE playerBullet "bullets/player.png" 4 3 FAST 5
|