added ui layers and made all layers relative to sprites at zero

pull/1/head
Sara 2023-04-10 16:56:30 +02:00
parent 4b080adfde
commit 96ffaf5f9e
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@
extern "C" { extern "C" {
#endif #endif
#define RLAYER_TILEMAP 200 #define RLAYER_TILEMAP 100
#define RLAYER_SPRITES 100 #define RLAYER_SPRITES 0
#define RLAYER_UI -100
#ifdef __cplusplus #ifdef __cplusplus
} }