From 7b81d68d504ed9ab2fb7526ef646c32d03c41575 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 19 Jul 2025 17:04:10 +0200 Subject: [PATCH] maps: renamed maps --- maps/gbrg.world | 6 +++--- maps/{base1616.tmx => map_c.tmx} | 2 +- maps/{start.tmx => map_ce.tmx} | 2 +- maps/{west_woods.tmx => map_cw.tmx} | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename maps/{base1616.tmx => map_c.tmx} (95%) rename maps/{start.tmx => map_ce.tmx} (95%) rename maps/{west_woods.tmx => map_cw.tmx} (94%) diff --git a/maps/gbrg.world b/maps/gbrg.world index 66aca52..6783075 100644 --- a/maps/gbrg.world +++ b/maps/gbrg.world @@ -3,17 +3,17 @@ "type": "world", "maps": [ { - "fileName": "west_woods.tmx", + "fileName": "map_cw.tmx", "x": -256, "y": 0 }, { - "fileName": "base1616.tmx", + "fileName": "map_c.tmx", "x": 0, "y": 0 }, { - "fileName": "start.tmx", + "fileName": "map_ce.tmx", "x": 256, "y": 0 } diff --git a/maps/base1616.tmx b/maps/map_c.tmx similarity index 95% rename from maps/base1616.tmx rename to maps/map_c.tmx index d9a5128..381989c 100644 --- a/maps/base1616.tmx +++ b/maps/map_c.tmx @@ -1,7 +1,7 @@ - + diff --git a/maps/start.tmx b/maps/map_ce.tmx similarity index 95% rename from maps/start.tmx rename to maps/map_ce.tmx index 35d23a0..bcbaf74 100644 --- a/maps/start.tmx +++ b/maps/map_ce.tmx @@ -1,7 +1,7 @@ - + diff --git a/maps/west_woods.tmx b/maps/map_cw.tmx similarity index 94% rename from maps/west_woods.tmx rename to maps/map_cw.tmx index 2f3dd04..7e9df3f 100644 --- a/maps/west_woods.tmx +++ b/maps/map_cw.tmx @@ -1,7 +1,7 @@ - + -- 2.30.2