Start resource files

This commit is contained in:
Miloslav Ciz 2024-12-30 00:49:41 +01:00
parent 69d87ab26d
commit c3dcd1ff0f
6 changed files with 154 additions and 11 deletions

View file

@ -16,8 +16,8 @@
#include <stdint.h>
#include "map.h"
static const char *LCR_maps[] =
{
static const char *LCR_internalResourceFile =
"testmap;"
"0 :*H1k0J"
":=s0s0 :fd190" // big concrete
@ -58,7 +58,12 @@ static const char *LCR_maps[] =
":}l0k0L :|l1k0L :|l3k0L- :]l4k0L- :=k0k0 :f1510"
":]l0j0L :|l1j0L :|l3j0L- :]l4j0L- :=k0j0 :f1510"
":-k5k0 :f5120"
};
" map end "
"#map2;1 :*H1k0J :,s0s0 :fd190 "
;
#define LCR_IMAGE_SIZE 64 ///< one-dimension resolution of bitmap image
#define LCR_IMAGE_STORE_SIZE (LCR_IMAGE_SIZE * LCR_IMAGE_SIZE + 256 * 2)