Broken attempt at per-enemy pathfinding; balancing
This commit is contained in:
@@ -6,7 +6,6 @@ import java.util.Date;
|
||||
|
||||
import com.badlogic.gdx.backends.android.AndroidApplication;
|
||||
import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration;
|
||||
import com.badlogic.gdx.utils.Array;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.os.Bundle;
|
||||
@@ -35,9 +34,6 @@ public class AndroidLauncher extends AndroidApplication {
|
||||
}
|
||||
};
|
||||
|
||||
//TODO
|
||||
Mindustry.args = Array.with("-debug");
|
||||
|
||||
initialize(new Mindustry(), config);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user