basic inventory (doesn't save)
This commit is contained in:
parent
2ce46f188b
commit
8ccfe726fc
6 changed files with 87 additions and 29 deletions
4
cubes.h
4
cubes.h
|
@ -7,7 +7,7 @@
|
|||
#define CHUNK_RADIUS_V 4 // 4
|
||||
|
||||
#define TEXT_GAP_H 1 / 6.0
|
||||
#define TEXT_GAP_V 1 / 7.0
|
||||
#define TEXT_GAP_V 1 / 9.0
|
||||
|
||||
#define CHUNK_DIAMETER_H (CHUNK_RADIUS_H * 2 + 1)
|
||||
#define CHUNK_DIAMETER_V (CHUNK_RADIUS_V * 2 + 1)
|
||||
|
@ -15,7 +15,7 @@
|
|||
#define BLOCK_ALL CHUNK_LENGTH *CHUNK_LENGTH *CHUNK_LENGTH
|
||||
#define CBLOCK_ALL BLOCK_ALL *CHUNK_ALL
|
||||
#define CBUF_ALL 2
|
||||
#define UI_ALL 1024
|
||||
#define UI_ALL 20480
|
||||
|
||||
#define CTRI_ALL CBLOCK_ALL * 18 * sizeof(struct v3f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue