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

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_