Re-coded everything
This commit is contained in:
17
core/src/io/anuke/mindustry/Mindustry.java
Normal file
17
core/src/io/anuke/mindustry/Mindustry.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package io.anuke.mindustry;
|
||||
|
||||
import io.anuke.ucore.modules.Core;
|
||||
|
||||
public class Mindustry extends Core {
|
||||
|
||||
@Override
|
||||
public void init(){
|
||||
add(Vars.control = new Control());
|
||||
add(Vars.ui = new UI());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void postInit(){
|
||||
GameState.reset();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user