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

@ -1,6 +1,12 @@
#ifndef _LCR_CONSTANTS_H
#define _LCR_CONSTANTS_H
#define LCR_EFFECTIVE_RESOLUTION_X \
(LCR_SETTING_RESOLUTION_X / LCR_SETTING_RESOLUTION_SUBDIVIDE)
#define LCR_EFFECTIVE_RESOLUTION_Y \
(LCR_SETTING_RESOLUTION_Y / LCR_SETTING_RESOLUTION_SUBDIVIDE)
/** Maximum number of triangles of a block shape. */
#define LCR_MAP_BLOCK_SHAPE_MAX_TRIANGLES 32