diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-21 16:12:16 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-21 16:12:16 +0100 |
| commit | caeb26e90ef09fdad85af72f460644e09d3b2c7c (patch) | |
| tree | fa24199fac41284ddb5bcf6855a0b094de7582a2 /map | |
| parent | 0cebd4ae751e0554f948389654fe4ad7e92943f0 (diff) | |
| download | mario_sokoban-caeb26e90ef09fdad85af72f460644e09d3b2c7c.tar.gz mario_sokoban-caeb26e90ef09fdad85af72f460644e09d3b2c7c.tar.bz2 mario_sokoban-caeb26e90ef09fdad85af72f460644e09d3b2c7c.zip | |
Player sprite direction, read map file
Diffstat (limited to 'map')
| -rw-r--r-- | map/cosomopoly01.sokoban | 9 | ||||
| -rw-r--r-- | map/square.sokoban | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/map/cosomopoly01.sokoban b/map/cosomopoly01.sokoban new file mode 100644 index 0000000..7dc5f4e --- /dev/null +++ b/map/cosomopoly01.sokoban @@ -0,0 +1,9 @@ + #### + # #### + # # +## #. # +# * #*## +# $ * # +# # @ # +# #### +##### diff --git a/map/square.sokoban b/map/square.sokoban new file mode 100644 index 0000000..23d637c --- /dev/null +++ b/map/square.sokoban @@ -0,0 +1,7 @@ +####### +# m # +#* # +# U # +# U # +# * # +####### |
