Simplify materials
This commit is contained in:
parent
beee13d2b3
commit
93b622a0a4
3 changed files with 38 additions and 48 deletions
6
assets.h
6
assets.h
|
@ -22,7 +22,7 @@ static const char *LCR_maps[] =
|
|||
|
||||
"#=s0s0 #fd190" // big concrete
|
||||
"#=s0B0 #fd910" // concrete wall
|
||||
"#^s1A0 #f7110" // ramps before wall
|
||||
"#^s1A0 #fk110" // ramps before wall
|
||||
|
||||
"#;p0w0L #f5130" // bugs
|
||||
|
||||
|
@ -37,15 +37,13 @@ static const char *LCR_maps[] =
|
|||
|
||||
"#(s0r0" // hill
|
||||
"#~t1t2 #~u1t2 #~t1u2" // bumps
|
||||
"#^t0r0 #f7110 " // ramps
|
||||
"#^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"
|
||||
|
||||
|
||||
};
|
||||
|
||||
#define LCR_IMAGE_SIZE 64 ///< one-dimension resolution of bitmap image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue