explosion and more graphics
This commit is contained in:
parent
0750aef980
commit
600d04f3c9
14 changed files with 327 additions and 99 deletions
BIN
res/chrome/boss.png
Normal file
BIN
res/chrome/boss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4 KiB |
BIN
res/enemies/cirno.png
Normal file
BIN
res/enemies/cirno.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
res/explosions.png
Normal file
BIN
res/explosions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
res/font.png
BIN
res/font.png
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
@ -1,15 +1,22 @@
|
|||
IMAGE font "font.png" BEST NONE
|
||||
|
||||
|
||||
// start
|
||||
|
||||
IMAGE startBg1 "start/bg1.png" FAST
|
||||
IMAGE startLogo1 "start/logo1.png" FAST
|
||||
|
||||
IMAGE frame "chrome/frame.png" FAST
|
||||
|
||||
// chrome
|
||||
|
||||
IMAGE bossBar "chrome/boss.png" FAST
|
||||
|
||||
|
||||
// background
|
||||
|
||||
IMAGE bg1 "bg/1.png" FAST
|
||||
|
||||
|
||||
// player and enemies
|
||||
|
||||
SPRITE sunny "player/sunny.png" 6 5 FAST 10
|
||||
|
@ -19,9 +26,15 @@ 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 cirno "enemies/cirno.png" 6 7 FAST 0
|
||||
|
||||
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
|
||||
SPRITE playerBullet "bullets/player.png" 4 3 FAST 5
|
||||
|
||||
|
||||
// explosion
|
||||
|
||||
SPRITE explosion "explosions.png" 4 4 FAST 5
|
Reference in a new issue