This commit is contained in:
t. boddy 2026-03-18 13:23:51 -04:00
parent 417cae168f
commit a8bc01bedd
59 changed files with 2053 additions and 1054 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Before After
Before After

BIN
res/door.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
res/enemies/boss1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
res/enemies/boss2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
res/enemies/boss3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
res/enemies/boss4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
res/eyebig.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

BIN
res/fontbigger.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

BIN
res/musicroom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -1,19 +1,22 @@
IMAGE font "font.png" NONE NONE
IMAGE shadow "shadow.png" NONE NONE
IMAGE startFade1 "start/fade1.png" FAST
IMAGE startFade2 "start/fade2.png" FAST
IMAGE startFade3 "start/fade3.png" FAST
IMAGE startFade4 "start/fade4.png" FAST
IMAGE startSplash1 "start/splash1.png" FAST
IMAGE startLogo "start/logo.png" FAST
IMAGE startBigBg "start/bigbg.png" FAST
IMAGE musicroom "musicroom.png" FAST
IMAGE startBg1 "start/bg1.png" FAST
IMAGE startBg2 "start/bg2.png" FAST
IMAGE startBg3 "start/bg3.png" FAST
IMAGE startBg4 "start/bg4.png" FAST
IMAGE startBg5 "start/bg5.png" FAST
IMAGE startBg6 "start/bg6.png" FAST
XGM2 bgmStart "start.vgm"
IMAGE sky "sky.png" NONE NONE
IMAGE skyTop "skytop.png" NONE NONE
IMAGE skyRed "skyred.png" NONE NONE
IMAGE ground "ground.png" NONE NONE
IMAGE door "door.png" NONE NONE
SPRITE momoyoSprite "momoyo.png" 6 6 NONE 0
@ -21,13 +24,39 @@ SPRITE bulletsSprite "bullets.png" 2 2 NONE 0
SPRITE pBulletSprite "pbullet.png" 4 4 NONE 0
SPRITE fairySprite "fairy2.png" 4 4 NONE 8
SPRITE eyeBigSprite "eyebig.png" 4 4 NONE 0
SPRITE boss1Sprite "enemies/boss1.png" 6 6 NONE 0
SPRITE boss2Sprite "enemies/boss2.png" 6 6 NONE 0
SPRITE boss3Sprite "enemies/boss3.png" 6 6 NONE 0
SPRITE boss4Sprite "enemies/boss4.png" 6 6 NONE 0
SPRITE treasureSprite "treasure.png" 4 4 NONE 0
IMAGE mapIndicator "mapindicator.png" NONE NONE
TILESET starTiles "stars.png" NONE
IMAGE imageFontBig "fontbig.png" NONE NONE
IMAGE imageFontBigger "fontbigger.png" NONE NONE
IMAGE imageFontBigShadow "fontbigshadow.png" NONE NONE
IMAGE imageChromeLife "life.png" NONE NONE
IMAGE imageChromeLife2 "life2.png" NONE NONE
XGM2 stageMusic "level.vgm"
XGM2 stageMusic "level.vgm"
XGM2 bossMusic "boss.vgm"
XGM2 treasureMusic "treasure.vgm"
WAV sfxSamplePlayerShot "sfx/playershot.wav" XGM2
WAV sfxSampleBullet1 "sfx/bullet1.wav" XGM2
WAV sfxSampleBullet2 "sfx/bullet2.wav" XGM2
WAV sfxSampleBullet3 "sfx/bullet3.wav" XGM2
WAV sfxSampleExplosion "sfx/explosion1.wav" XGM2
WAV sfxSamplePickup "sfx/menuchoose.wav" XGM2
WAV sfxSampleGraze "sfx/menuselect.wav" XGM2
WAV sfxSampleStartGame "sfx/menuchoose.wav" XGM2
WAV sfxSamplePlayerHit "sfx/playerhit.wav" XGM2
WAV sfxSampleMenuChoose "sfx/menuchoose.wav" XGM2
WAV sfxSampleMenuSelect "sfx/menuselect.wav" XGM2
WAV sfxSampleGameOver "sfx/gameover.wav" XGM2
WAV sfxSampleCollectTreasure "sfx/beatlevel.wav" XGM2
WAV sfxSampleCollectAllTreasures "sfx/startgame.wav" XGM2

BIN
res/sfx/beatgame.wav Normal file

Binary file not shown.

BIN
res/sfx/beatlevel.wav Normal file

Binary file not shown.

BIN
res/sfx/bullet1.wav Normal file

Binary file not shown.

BIN
res/sfx/bullet2.wav Normal file

Binary file not shown.

BIN
res/sfx/bullet3.wav Normal file

Binary file not shown.

BIN
res/sfx/explosion1.wav Normal file

Binary file not shown.

BIN
res/sfx/explosion2.wav Normal file

Binary file not shown.

BIN
res/sfx/gameover.wav Normal file

Binary file not shown.

BIN
res/sfx/menuchoose.wav Normal file

Binary file not shown.

BIN
res/sfx/menuselect.wav Normal file

Binary file not shown.

BIN
res/sfx/playerhit.wav Normal file

Binary file not shown.

BIN
res/sfx/playershot.wav Normal file

Binary file not shown.

BIN
res/sfx/startgame.wav Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5 KiB

Before After
Before After

BIN
res/stars.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
res/start/bg1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
res/start/bg2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
res/start/bg3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

BIN
res/start/bg4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
res/start/bg5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
res/start/bg6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Before After
Before After