aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3a52cee..0bdf404 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -4,13 +4,13 @@
int main()
{
Game game(
- "##########\n"
- "# m #\n"
- "# * #\n"
- "# #\n"
- "# U #\n"
- "# #\n"
- "##########\n"
+ "#######\n"
+ "# m #\n"
+ "#* #\n"
+ "# #\n"
+ "# U #\n"
+ "# #\n"
+ "#######\n"
);
Graphics graphics(game, "mario sokoban", 500, 500);