diff --git a/android/assets/map_pieces/p0_start.tmx b/android/assets/map_pieces/p00_start.tmx
similarity index 100%
rename from android/assets/map_pieces/p0_start.tmx
rename to android/assets/map_pieces/p00_start.tmx
diff --git a/android/assets/map_pieces/p0_template.tmx b/android/assets/map_pieces/p00_template.tmx
similarity index 100%
rename from android/assets/map_pieces/p0_template.tmx
rename to android/assets/map_pieces/p00_template.tmx
diff --git a/android/assets/map_pieces/p1.tmx b/android/assets/map_pieces/p01.tmx
similarity index 100%
rename from android/assets/map_pieces/p1.tmx
rename to android/assets/map_pieces/p01.tmx
diff --git a/android/assets/map_pieces/p2.tmx b/android/assets/map_pieces/p02.tmx
similarity index 100%
rename from android/assets/map_pieces/p2.tmx
rename to android/assets/map_pieces/p02.tmx
diff --git a/android/assets/map_pieces/p3.tmx b/android/assets/map_pieces/p03.tmx
similarity index 100%
rename from android/assets/map_pieces/p3.tmx
rename to android/assets/map_pieces/p03.tmx
diff --git a/android/assets/map_pieces/p4.tmx b/android/assets/map_pieces/p04.tmx
similarity index 100%
rename from android/assets/map_pieces/p4.tmx
rename to android/assets/map_pieces/p04.tmx
diff --git a/android/assets/map_pieces/p5.tmx b/android/assets/map_pieces/p05.tmx
similarity index 100%
rename from android/assets/map_pieces/p5.tmx
rename to android/assets/map_pieces/p05.tmx
diff --git a/android/assets/map_pieces/p6.tmx b/android/assets/map_pieces/p06.tmx
similarity index 100%
rename from android/assets/map_pieces/p6.tmx
rename to android/assets/map_pieces/p06.tmx
diff --git a/android/assets/map_pieces/p7.tmx b/android/assets/map_pieces/p07.tmx
similarity index 100%
rename from android/assets/map_pieces/p7.tmx
rename to android/assets/map_pieces/p07.tmx
diff --git a/android/assets/map_pieces/p8.tmx b/android/assets/map_pieces/p08.tmx
similarity index 100%
rename from android/assets/map_pieces/p8.tmx
rename to android/assets/map_pieces/p08.tmx
diff --git a/android/assets/map_pieces/p09.tmx b/android/assets/map_pieces/p09.tmx
new file mode 100644
index 0000000..7b2598c
--- /dev/null
+++ b/android/assets/map_pieces/p09.tmx
@@ -0,0 +1,648 @@
+
+
diff --git a/android/assets/map_pieces/p10.tmx b/android/assets/map_pieces/p10.tmx
new file mode 100644
index 0000000..baace01
--- /dev/null
+++ b/android/assets/map_pieces/p10.tmx
@@ -0,0 +1,648 @@
+
+
diff --git a/android/assets/map_pieces/p11.tmx b/android/assets/map_pieces/p11.tmx
new file mode 100644
index 0000000..822fa2f
--- /dev/null
+++ b/android/assets/map_pieces/p11.tmx
@@ -0,0 +1,1080 @@
+
+
diff --git a/android/assets/map_pieces/p12.tmx b/android/assets/map_pieces/p12.tmx
new file mode 100644
index 0000000..9b9278b
--- /dev/null
+++ b/android/assets/map_pieces/p12.tmx
@@ -0,0 +1,648 @@
+
+
diff --git a/android/assets/map_pieces/p13.tmx b/android/assets/map_pieces/p13.tmx
new file mode 100644
index 0000000..f5ee65f
--- /dev/null
+++ b/android/assets/map_pieces/p13.tmx
@@ -0,0 +1,648 @@
+
+
diff --git a/android/assets/map_pieces/p9.tmx b/android/assets/map_pieces/p9.tmx
new file mode 100644
index 0000000..1593f44
--- /dev/null
+++ b/android/assets/map_pieces/p9.tmx
@@ -0,0 +1,648 @@
+
+
diff --git a/core/src/de/samdev/colorrunner/game/world/map/CRMapStorage.java b/core/src/de/samdev/colorrunner/game/world/map/CRMapStorage.java
index 7322cbd..b519a14 100644
--- a/core/src/de/samdev/colorrunner/game/world/map/CRMapStorage.java
+++ b/core/src/de/samdev/colorrunner/game/world/map/CRMapStorage.java
@@ -10,16 +10,21 @@ public class CRMapStorage {
public static final Random random = new Random();
public static final List maps = new ArrayList();
- public static final CRTiledMap map_start = register("p0_start.tmx", false);
+ public static final CRTiledMap map_start = register("p00_start.tmx", false);
- public static final CRTiledMap map_01 = register("p1.tmx");
- public static final CRTiledMap map_02 = register("p2.tmx");
- public static final CRTiledMap map_03 = register("p3.tmx");
- public static final CRTiledMap map_04 = register("p4.tmx");
- public static final CRTiledMap map_05 = register("p5.tmx");
- public static final CRTiledMap map_06 = register("p6.tmx");
- public static final CRTiledMap map_07 = register("p7.tmx");
- public static final CRTiledMap map_08 = register("p8.tmx");
+ public static final CRTiledMap map_01 = register("p01.tmx");
+ public static final CRTiledMap map_02 = register("p02.tmx");
+ public static final CRTiledMap map_03 = register("p03.tmx");
+ public static final CRTiledMap map_04 = register("p04.tmx");
+ public static final CRTiledMap map_05 = register("p05.tmx");
+ public static final CRTiledMap map_06 = register("p06.tmx");
+ public static final CRTiledMap map_07 = register("p07.tmx");
+ public static final CRTiledMap map_08 = register("p08.tmx");
+ public static final CRTiledMap map_09 = register("p09.tmx");
+ public static final CRTiledMap map_10 = register("p10.tmx");
+ public static final CRTiledMap map_11 = register("p11.tmx");
+ public static final CRTiledMap map_12 = register("p12.tmx");
+ public static final CRTiledMap map_13 = register("p13.tmx");
public static CRTiledMap register(String path) {
return register(path, true);