UI refactoring, new save dialog
This commit is contained in:
@@ -56,6 +56,8 @@ draftWar {
|
||||
task addSource{
|
||||
doLast{
|
||||
sourceSets.main.compileClasspath += files(project(':core').sourceSets.main.allJava.srcDirs)
|
||||
//this WILL fail if uCore is not a module
|
||||
sourceSets.main.compileClasspath += files(project(':uCore').sourceSets.main.allJava.srcDirs)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<module rename-to="html">
|
||||
<inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' />
|
||||
<inherits name='com.badlogic.gdx.ai' />
|
||||
<inherits name='com.badlogic.gdx.controllers.controllers-gwt' />
|
||||
<inherits name='Mindustry' />
|
||||
<inherits name='uCore' />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user