Start assets
This commit is contained in:
parent
7bb028fad4
commit
13a4c0d807
4 changed files with 50 additions and 4 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue