Cleanup
This commit is contained in:
@@ -63,12 +63,6 @@ public class Control implements ApplicationListener{
|
|||||||
Draw.scl = 1f / Core.atlas.find("scale_marker").getWidth();
|
Draw.scl = 1f / Core.atlas.find("scale_marker").getWidth();
|
||||||
content.initialize(Content::load);
|
content.initialize(Content::load);
|
||||||
|
|
||||||
/*
|
|
||||||
if(Core.atlas.getTextures().size != 1){
|
|
||||||
throw new IllegalStateException("Atlas must be exactly one texture. " +
|
|
||||||
"If more textures are used, the map editor will not display them correctly.");
|
|
||||||
}*/
|
|
||||||
|
|
||||||
data.load();
|
data.load();
|
||||||
|
|
||||||
Core.settings.setAppName(appName);
|
Core.settings.setAppName(appName);
|
||||||
|
|||||||
Reference in New Issue
Block a user