- Treballant en el editor de posició i tamany del bitmap

This commit is contained in:
2024-09-18 23:11:26 +02:00
parent 99d0583833
commit 1c53f49125
6 changed files with 137 additions and 23 deletions

View File

@@ -6,13 +6,15 @@ namespace modules
{
namespace game
{
#define GAME_NONE -1
#define GAME_MENU 0
#define GAME_DEAD 1
#define GAME_EDITOR_MAP 2
#define GAME_EDITOR_TEMPLATES 3
#define GAME_EDITOR_COLORS 4
#define GAME_NONE -1
#define GAME_MENU 0
#define GAME_DEAD 1
#define GAME_EDITOR_MAP 2
#define GAME_EDITOR_TEMPLATES 3
#define GAME_EDITOR_COLORS 4
#define GAME_EDITOR_BITMAP_FILE 5
#define GAME_EDITOR_BITMAP_POS 6
#define GAME_EDITOR_BITMAP_SIZE 7
void init();
int loop();