Start assets

This commit is contained in:
Miloslav Ciz 2023-09-11 20:56:04 +02:00
parent afecda260e
commit 7bb028fad4
5 changed files with 684 additions and 7 deletions

View file

@ -9,6 +9,10 @@
#define LCR_SETTING_RESOLUTION_Y 768
#endif
#ifndef LCR_SETTING_RESOLUTION_SUBDIVIDE
#define LCR_SETTING_RESOLUTION_SUBDIVIDE 1
#endif
#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. */