basic inventory (doesn't save)

This commit is contained in:
onezplpl 2024-07-19 21:14:40 -04:00
parent 2ce46f188b
commit 8ccfe726fc
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
6 changed files with 87 additions and 29 deletions

View file

@ -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)