mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Added liquid-item junction
This commit is contained in:
parent
ed3ac9df31
commit
a1c0449865
20 changed files with 209 additions and 72 deletions
|
|
@ -6,6 +6,8 @@ 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;
|
||||
import io.anuke.mindustry.io.Formatter;
|
||||
|
|
@ -33,6 +35,9 @@ public class AndroidLauncher extends AndroidApplication {
|
|||
}
|
||||
};
|
||||
|
||||
//TODO
|
||||
Mindustry.args = Array.with("-debug");
|
||||
|
||||
initialize(new Mindustry(), config);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue