Fix car params
This commit is contained in:
parent
d6380a0e45
commit
be322fb37a
3 changed files with 61 additions and 34 deletions
21
assets.h
21
assets.h
|
@ -19,13 +19,20 @@
|
|||
static const char *LCR_maps[] =
|
||||
{
|
||||
"LM;;;0;#*s1s0"
|
||||
"#=s0s0 #fd190"
|
||||
"#=C0s1 #fd190"
|
||||
"#=M0s2 #fd190"
|
||||
"#=W0s3 #fd190"
|
||||
"#(s0r0"
|
||||
"#~t1t2 #~u1t2 #~t1u2"
|
||||
"#^t0r0"
|
||||
|
||||
"#=s0s0 #fd190" // big concrete
|
||||
"#=s0B0 #fd910" // concrete wall
|
||||
"#^s1A0 #f7110" // ramps before wall
|
||||
|
||||
"#;p0w0L #f5130" // bugs
|
||||
|
||||
"#=C0s1 #fd190" // big dirt
|
||||
"#=M0s2 #fd190" // big grass
|
||||
"#=W0s3 #fd190" // big ice
|
||||
|
||||
"#(s0r0" // hill
|
||||
"#~t1t2 #~u1t2 #~t1u2" // bumps
|
||||
"#^t0r0 #f7110 " // ramps
|
||||
};
|
||||
|
||||
#define LCR_IMAGE_SIZE 64 ///< one-dimension resolution of bitmap image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue