added parallax scrolling to demo screen

This commit is contained in:
2026-05-12 23:57:28 -05:00
parent b4ed979742
commit 9311dd423b
11 changed files with 419 additions and 302 deletions

BIN
res/btwade_bg1_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
res/btwade_bg2_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -3,7 +3,9 @@
#ifndef _RES_RESOURCES_H_
#define _RES_RESOURCES_H_
extern const Image bg1;
extern const Image bgtest;
extern const SpriteDefinition bigTex1;
extern const Image bg1;
extern const Image fg1;
#endif // _RES_RESOURCES_H_

View File

@@ -1,2 +1,4 @@
IMAGE bg1 "background1.png" BEST ALL
SPRITE bigTex1 "Sprites\BTW-1.png" 8 8 FAST
IMAGE bgtest "background1.png" BEST ALL
SPRITE bigTex1 "Sprites\BTW-1.png" 8 8 FAST
IMAGE bg1 "btwade_bg1_1.png" BEST ALL
IMAGE fg1 "btwade_bg2_1.png" BEST ALL