KikooDX 2019-11-05 09:58:29 +01:00
parent 349904d7eb
commit 1d1ac0c14d
1 changed files with 9 additions and 9 deletions

@ -1,15 +1,15 @@
## Variables utility
levels list : contain raw levels layouts
lvl_dims list : contain levels dim in tuples
- levels list : contain raw levels layouts
- lvl_dims list : contain levels dim in tuples
## Chars/tiles correpondance
`@` : player (can only put one)
`#` : wall
`/` : box space
`+` : box
`*` : box in box space
`.` : floor (can be walked on)
` ` (space) : empty tile (can't be walked on)
- `@` : player (can only put one)
- `#` : wall
- `/` : box space
- `+` : box
- `*` : box in box space
- `.` : floor (can be walked on)
- ` ` (space) : empty tile (can't be walked on)
## Example
```levels += [