mirror of
https://gitlab.com/octospacc/BloccSpacc
synced 2024-12-12 16:26:44 +01:00
Block definitions
This commit is contained in:
parent
34aba8b35a
commit
53239c3dde
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#define BlocksetNum 5
|
#define BlocksetNum 5
|
||||||
#define BlockSize 32
|
#define BlockSize 32
|
||||||
|
#define ChunkSize 16
|
||||||
|
|
||||||
struct Block {
|
struct Block {
|
||||||
int Id;
|
int Id;
|
||||||
|
@ -26,8 +26,6 @@ SDL_Surface * DebugMsg = NULL;
|
|||||||
TTF_Font * DebugFont = NULL;
|
TTF_Font * DebugFont = NULL;
|
||||||
SDL_Color DebugTextColor = { 80, 80, 80 };
|
SDL_Color DebugTextColor = { 80, 80, 80 };
|
||||||
|
|
||||||
#define ChunkSize 8
|
|
||||||
|
|
||||||
bool Quit, DebugMode;
|
bool Quit, DebugMode;
|
||||||
|
|
||||||
struct UsedKeys {
|
struct UsedKeys {
|
||||||
|
Loading…
Reference in New Issue
Block a user