From caeb26e90ef09fdad85af72f460644e09d3b2c7c Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 21 Mar 2020 16:12:16 +0100 Subject: Player sprite direction, read map file --- map/square.sokoban | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 map/square.sokoban (limited to 'map/square.sokoban') 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 # +# * # +####### -- cgit