Skip to content

Commit

Permalink
docs(level_management): fix XSB format table
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Jun 15, 2024
1 parent 9c5c481 commit 67f3933
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/level_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## XSB format

| Tile | Symbol |
| ---------------- | ------------ |
| Wall | `#` |
| Player | `@` |
| Player on target | `+` |
| Box | `$` |
| Box on target | `*` |
| Target | `.` |
| Floor | ``/`-`/`_` | |
| Tile | Symbol |
| ---------------- | ----------- |
| Wall | `#` |
| Player | `@` |
| Player on target | `+` |
| Box | `$` |
| Box on target | `*` |
| Target | `.` |
| Floor | ` `/`-`/`_` |

## Import

Expand Down

0 comments on commit 67f3933

Please sign in to comment.