Address some settings

This commit is contained in:
Miloslav Ciz 2025-01-16 15:00:13 +01:00
parent ff75390a2a
commit 71aa8156e9
5 changed files with 45 additions and 38 deletions

3
map.h
View file

@ -60,6 +60,9 @@
terminating zero. */
#define LCR_BLOCK_START_CHAR ':'
/** Maximum number of triangles of a block shape. */
#define LCR_MAP_BLOCK_SHAPE_MAX_BYTES 80
#define LCR_BLOCK_TRANSFORM_FLIP_H 0x10
#define LCR_BLOCK_TRANSFORM_ROT_90 0x20
#define LCR_BLOCK_TRANSFORM_ROT_180 0x40