This commit is contained in:
Anuken
2018-12-26 13:22:31 -05:00
parent 22b7086bea
commit 8879593381
164 changed files with 1151 additions and 1426 deletions
@@ -1,6 +1,6 @@
package io.anuke.mindustry.game;
import io.anuke.arc.util.Bundles;
import io.anuke.arc.Core;
public enum Difficulty{
training(3f, 3f),
@@ -11,6 +11,7 @@ public class EventType{
}
/**Called when the game is first loaded.*/
public static class GameLoadEvent implements Event{
}
@@ -35,10 +36,7 @@ public class EventType{
}
}
/**
* This event is called from the logic thread.
* DO NOT INITIALIZE GRAPHICS HERE.
*/
/**Called when a game begins and the world is loaded.*/
public static class WorldLoadEvent implements Event{
}
@@ -1,6 +1,6 @@
package io.anuke.mindustry.game;
import io.anuke.arc.util.Bundles;
import io.anuke.arc.Core;
public enum GameMode{
waves,