add wall
This commit is contained in:
parent
9064e7d866
commit
22214d15ea
|
@ -24,22 +24,27 @@ User Contol: ASDW
|
|||
| Objects | Image | Instructions |
|
||||
| :------ | :---: | :----------- |
|
||||
| Baba | <img src="assets/Baba.webp" width="40px"> | initial main caracter. Moves with ASDW |
|
||||
| Rock |  | |
|
||||
| Flag |  | |
|
||||
| Rock | <img src="assets/Rock.webp" width="40px"> | |
|
||||
| Flag | <img src="assets/Flag.webp" width="40px"> | |
|
||||
|
||||
### Terrain (Blocking)
|
||||
| Objects | Image | Instructions |
|
||||
| :------ | :---: | :----------- |
|
||||
| Tile(floor) |  | |
|
||||
| Wall(initailly blocking) |  | |
|
||||
| lava |  | |
|
||||
| Water |  | |
|
||||
| Tile(floor) | <img src="assets/Tile.webp" width="40px"> | |
|
||||
| Wall(initailly blocking) | <img src="assets/Wall.webp" width="40px"> | |
|
||||
| lava | <img src="assets/Lava.webp" width="40px"> | |
|
||||
| Water | <img src="assets/Water.webp" width="40px"> | |
|
||||
|- etc.. |
|
||||
|
||||
### Properties (Action)
|
||||
| Objects | Image | Instructions |
|
||||
| :------ | :---: | :----------- |
|
||||
| IS |  | Operator |
|
||||
| BABA | <img src="assets/Text_BABA.webp" width="40px"> | |
|
||||
| Rock | <img src="assets/Text_ROCK.webp" width="40px"> | |
|
||||
| Flag | <img src="assets/Text_FLAG.webp" width="40px"> | |
|
||||
| Lava | <img src="assets/Text_LAVA.webp" width="40px"> | |
|
||||
| Water | <img src="assets/Text_WATER.webp" width="40px"> | |
|
||||
| IS |  | Operator |
|
||||
| You |  | |
|
||||
| Move |  | |
|
||||
| Stop |  | |
|
||||
|
|
BIN
assets/Text_WALL.webp
Normal file
BIN
assets/Text_WALL.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 382 B |
Loading…
Reference in New Issue
Block a user