added parallax scrolling to demo screen
This commit is contained in:
BIN
res/btwade_bg1_1.png
Normal file
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
BIN
res/btwade_bg2_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -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_
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user