Add tiny map

This commit is contained in:
Miloslav Ciz 2025-02-20 17:30:59 +01:00
parent be26ddae63
commit 0cb91eb9ea

View file

@ -211,6 +211,29 @@ static const char *LCR_internalDataFile =
":'u0n1I:f511:'u0o1:f511" ":'u0n1I:f511:'u0o1:f511"
// small bumps: // small bumps:
":~y1i1:~w1j3:~x1l:~x1p3:~u1q2:~w1s2:~x1v:~v1w1:~x1x3" ":~y1i1:~w1j3:~x1l:~x1p3:~u1q2:~w1s2:~x1v:~v1w1:~x1x3"
// TINY MAP 3:
"#MLCtiny3;4321 2"
":*B2vJ"
// box:
":=n0s:fida"
":=n6s2:fi1a"
":xo2t:fgm8"
":^ocs2:fg11:vncs2L"
":^ocB2I:fg11:vEcs2I"
":^nct2J:f118:vncB2"
":^Ect2L:f118:vEcB2J"
":xo1w:fg12"
// ramps:
":]o2tI:fg11:|o3tI:fg11"
":'o1uI:fg11"
":<o1vI:fg11"
":]o2A:fg11:|o3A:fg11"
":'o1z:fg11"
":<o1y:fg11"
// finish:
":!vdt:!vdA"
; ;
#define LCR_IMAGE_SIZE 64 ///< one-dimension resolution of bitmap image #define LCR_IMAGE_SIZE 64 ///< one-dimension resolution of bitmap image