From 6e16cefac6f0f0c9d316a012b1d0f0615729533e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 19 Nov 2022 23:28:18 +0100 Subject: [PATCH] add correct levels for initial spawning --- assets/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/config.json b/assets/config.json index 1fb7de4..96a6217 100644 --- a/assets/config.json +++ b/assets/config.json @@ -1,6 +1,8 @@ { "maps": [ - "tiled/base.tmx", - "tiled/demo.tmx" + "tiled/level_fruehling.tmx", + "tiled/level_herbst.tmx", + "tiled/level_sommer.tmx", + "tiled/level_winter.tmx" ] } \ No newline at end of file