This repository has been archived on 2022-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
fd2/res/resources.res

38 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-08-15 19:59:52 +00:00
IMAGE font "font.png" BEST NONE
IMAGE startBg1 "start/bg1.png" FAST
IMAGE startLogo1 "start/logo1.png" FAST
2022-08-16 21:38:58 +00:00
IMAGE frame "chrome/frame.png" FAST
2022-08-15 19:59:52 +00:00
2022-08-16 21:38:58 +00:00
IMAGE wall1 "bg/wall1.png" FAST
2022-08-21 00:05:05 +00:00
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
2022-08-15 19:59:52 +00:00
2022-08-16 19:19:44 +00:00
SPRITE nitori "player/nitori.png" 4 4 FAST
2022-08-21 00:05:05 +00:00
SPRITE fairy1 "enemies/fairy1.png" 5 4 FAST
2022-08-18 00:39:28 +00:00
2022-08-16 19:19:44 +00:00
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