Start assets

This commit is contained in:
Miloslav Ciz 2023-09-12 16:42:58 +02:00
parent 7bb028fad4
commit 13a4c0d807
4 changed files with 50 additions and 4 deletions

View file

@ -13,6 +13,11 @@
#define LCR_SETTING_RESOLUTION_SUBDIVIDE 1
#endif
#ifndef LCR_SETTING_SKY_SIZE
/** Size of sky texture pixel, 0 turns off sky rendering. */
#define LCR_SETTING_SKY_SIZE 1
#define
#ifndef LCR_SETTING_MAP_MAX_SIZE
/** Maximum number of blocks a map can consist of, decreasing will save RAM
but also rule out loading bigger maps. */