Initial commit

This commit is contained in:
2026-04-29 23:13:45 -05:00
commit b4ed979742
19 changed files with 1229 additions and 0 deletions

BIN
res/Sprites/BTW-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

BIN
res/background1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
res/foreground1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

9
res/resources.h Normal file
View File

@@ -0,0 +1,9 @@
#include <genesis.h>
#ifndef _RES_RESOURCES_H_
#define _RES_RESOURCES_H_
extern const Image bg1;
extern const SpriteDefinition bigTex1;
#endif // _RES_RESOURCES_H_

2
res/resources.res Normal file
View File

@@ -0,0 +1,2 @@
IMAGE bg1 "background1.png" BEST ALL
SPRITE bigTex1 "Sprites\BTW-1.png" 8 8 FAST