Organized map files by planet

This commit is contained in:
Anuken
2026-01-14 20:18:45 -05:00
parent a0a06c450b
commit 475b8d4f15
112 changed files with 40 additions and 12 deletions

View File

@@ -105,7 +105,7 @@ public class ApplicationTests{
public void init(){
super.init();
begins[0] = true;
testMap = maps.loadInternalMap("groundZero");
testMap = maps.loadInternalMap("serpulo/groundZero");
Thread.currentThread().interrupt();
}
};

View File

@@ -24,7 +24,7 @@ public class ModTestAllure extends GenericModTest{
assertNotNull(type, "A mod unit must be loaded.");
assertTrue(type.weapons.size > 0, "A mod unit must have a weapon.");
Vars.world.loadMap(maps.loadInternalMap("groundZero"));
Vars.world.loadMap(maps.loadInternalMap("serpulo/groundZero"));
Unit unit = type.spawn(0, 0);