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();
}
};