mirror of
https://gitlab.com/octospacc/BloccSpacc
synced 2025-06-05 21:39:15 +02:00
Block definitions
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
#define BlocksetNum 5
|
||||
#define BlockSize 32
|
||||
#define ChunkSize 16
|
||||
|
||||
struct Block {
|
||||
int Id;
|
||||
|
@ -26,8 +26,6 @@ SDL_Surface * DebugMsg = NULL;
|
||||
TTF_Font * DebugFont = NULL;
|
||||
SDL_Color DebugTextColor = { 80, 80, 80 };
|
||||
|
||||
#define ChunkSize 8
|
||||
|
||||
bool Quit, DebugMode;
|
||||
|
||||
struct UsedKeys {
|
||||
|
Reference in New Issue
Block a user