mirror of
https://github.com/FunKey-Project/Bibi.git
synced 2026-06-13 22:43:23 +02:00
added viewport support
This commit is contained in:
@@ -23,7 +23,13 @@
|
||||
#define MONSTER_SPEED 7 // the less, the faster
|
||||
#define ANIMATION_SPEED 2
|
||||
|
||||
// General sprites
|
||||
// General sprites and colors
|
||||
#define GAME_BG_COLOR_R 153
|
||||
#define GAME_BG_COLOR_G 204
|
||||
#define GAME_BG_COLOR_B 204
|
||||
/*#define GAME_BG_COLOR_R 255
|
||||
#define GAME_BG_COLOR_G 255
|
||||
#define GAME_BG_COLOR_B 255*/
|
||||
#define IMG_MAP_WALL "sprite/wall.png"
|
||||
#define IMG_MAP_BOX "sprite/box.png"
|
||||
#define IMG_MAP_GOAL "sprite/objectif.png"
|
||||
|
||||
Reference in New Issue
Block a user