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

27 lines
714 B
XML

IMAGE font "font.png" BEST NONE
IMAGE startBg1 "start/bg1.png" FAST
IMAGE startLogo1 "start/logo1.png" FAST
IMAGE frame "chrome/frame.png" FAST
// background
IMAGE bg1 "bg/1.png" FAST
// player and enemies
SPRITE sunny "player/sunny.png" 6 5 FAST 10
SPRITE hitbox "player/hitbox.png" 1 1 FAST
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