Start sdl

This commit is contained in:
Miloslav Ciz 2023-08-08 20:39:29 +02:00
parent 891d0f67a1
commit b542fa8cc1
3 changed files with 22 additions and 5 deletions

View file

@ -1,6 +1,14 @@
#ifndef _LCR_SETTINGS_H
#define _LCR_SETTINGS_H
#ifndef LCR_SETTING_RESOLUTION_X
#define LCR_SETTING_RESOLUTION_X 800
#endif
#ifndef LCR_SETTING_RESOLUTION_Y
#define LCR_SETTING_RESOLUTION_Y 600
#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. */