From d8205f008b1ed1fa8633f3aa5d234ff8280232cc Mon Sep 17 00:00:00 2001 From: Tamas Bunth <btomi96@gmail.com> Date: Mon, 9 May 2016 22:35:09 +0200 Subject: [PATCH] new map --- core/maps/testmap.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/maps/testmap.txt b/core/maps/testmap.txt index 9995ac1..a1bb978 100644 --- a/core/maps/testmap.txt +++ b/core/maps/testmap.txt @@ -1 +1,9 @@ -create map 5 5 \ No newline at end of file +create map 5 5 +create colonel 1 1 +create gate 2 3 +create ra 0 0 +create re 0 1 +create jaffa 1 0 +create door 2 2 3 3 +create box 3 2 +create zpm 2 0 \ No newline at end of file -- GitLab