Rework map string
This commit is contained in:
parent
85b8b1352d
commit
69d87ab26d
3 changed files with 79 additions and 109 deletions
58
assets.h
58
assets.h
|
@ -18,46 +18,46 @@
|
|||
|
||||
static const char *LCR_maps[] =
|
||||
{
|
||||
"LM;;;0;#*H1k0J"
|
||||
"0 :*H1k0J"
|
||||
|
||||
"#=s0s0 #fd190" // big concrete
|
||||
":=s0s0 :fd190" // big concrete
|
||||
|
||||
"#+v0n0"
|
||||
"#+w0o0"
|
||||
"#!x0n0"
|
||||
":+v0n0"
|
||||
":+w0o0"
|
||||
":!x0n0"
|
||||
|
||||
"#=s0B0 #fd910" // concrete wall
|
||||
"#^s1A0 #fk110" // ramps before wall
|
||||
":=s0B0 :fd910" // concrete wall
|
||||
":^s1A0 :fk110" // ramps before wall
|
||||
|
||||
"#nu0j1 #ly0j1 #AA0j1 "
|
||||
":nu0j1 :ly0j1 :AA0j1 "
|
||||
|
||||
"#vw0m0"
|
||||
"#vx0m0J"
|
||||
"#vw0l0L"
|
||||
"#vx0l0I"
|
||||
":vw0m0"
|
||||
":vx0m0J"
|
||||
":vw0l0L"
|
||||
":vx0l0I"
|
||||
|
||||
"#-s0q0"
|
||||
":-s0q0"
|
||||
|
||||
"#;p0w0L #f5130" // bugs
|
||||
":;p0w0L :f5130" // bugs
|
||||
|
||||
"#>f0s0 #fd110" // small labyrinth
|
||||
"#oc0p0 #fd110"
|
||||
"#=f0s0 #f11d0"
|
||||
"#=c0p0 #f11d0"
|
||||
":>f0s0 :fd110" // small labyrinth
|
||||
":oc0p0 :fd110"
|
||||
":=f0s0 :f11d0"
|
||||
":=c0p0 :f11d0"
|
||||
|
||||
"#=C0s1 #fd190" // big dirt
|
||||
"#=M0s2 #fd190" // big grass
|
||||
"#=W0s3 #fd190" // big ice
|
||||
":=C0s1 :fd190" // big dirt
|
||||
":=M0s2 :fd190" // big grass
|
||||
":=W0s3 :fd190" // big ice
|
||||
|
||||
"#(s0r0" // hill
|
||||
"#~t1t2 #~u1t2 #~t1u2" // bumps
|
||||
"#^t0r0 #fq110 " // ramps
|
||||
":(s0r0" // hill
|
||||
":~t1t2 :~u1t2 :~t1u2" // bumps
|
||||
":^t0r0 :fq110 " // ramps
|
||||
|
||||
"#}n0l0J #|n1l0J #|n3l0J- #]n4l0J- #=o0l0 #f1510" // loop
|
||||
"#]n0m0J #|n1m0J #|n3m0J- #]n4m0J- #=o0m0 #f1510" // loop
|
||||
"#}l0k0L #|l1k0L #|l3k0L- #]l4k0L- #=k0k0 #f1510"
|
||||
"#]l0j0L #|l1j0L #|l3j0L- #]l4j0L- #=k0j0 #f1510"
|
||||
"#-k5k0 #f5120"
|
||||
":}n0l0J :|n1l0J :|n3l0J- :]n4l0J- :=o0l0 :f1510" // loop
|
||||
":]n0m0J :|n1m0J :|n3m0J- :]n4m0J- :=o0m0 :f1510" // loop
|
||||
":}l0k0L :|l1k0L :|l3k0L- :]l4k0L- :=k0k0 :f1510"
|
||||
":]l0j0L :|l1j0L :|l3j0L- :]l4j0L- :=k0j0 :f1510"
|
||||
":-k5k0 :f5120"
|
||||
};
|
||||
|
||||
#define LCR_IMAGE_SIZE 64 ///< one-dimension resolution of bitmap image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue