REVIEWED: Examples section comments, for better organization and consistency
This commit is contained in:
parent
1fa3c15942
commit
c579eef4b7
19 changed files with 253 additions and 170 deletions
|
|
@ -21,6 +21,9 @@
|
|||
#define PLAYER_SIZE 16 // Player size
|
||||
#define PLAYER_TILE_VISIBILITY 2 // Player can see 2 tiles around its position
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
// Map data type
|
||||
typedef struct Map {
|
||||
unsigned int tilesX; // Number of tiles in X axis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue