1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-26 09:13:28 +03:00
This commit is contained in:
Anuken 2020-04-29 19:54:20 -04:00
parent 289e8bb394
commit 5887169f90
7 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@
android:usesCleartextTraffic="true"
android:appCategory="game"
android:label="@string/app_name"
android:theme="@style/GdxTheme" android:fullBackupContent="@xml/backup_rules">
android:theme="@style/ArcTheme" android:fullBackupContent="@xml/backup_rules">
<meta-data android:name="android.max_aspect" android:value="2.1"/>
<activity
android:name="mindustry.android.AndroidLauncher"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="GdxTheme" parent="android:Theme.Material.NoActionBar">
<style name="ArcTheme" parent="android:Theme.Material.NoActionBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowAnimationStyle">@android:style/Animation</item>

View File

@ -1,6 +1,6 @@
<resources>
<style name="GdxTheme" parent="android:Theme">
<style name="ArcTheme" parent="android:Theme">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowAnimationStyle">@android:style/Animation</item>

View File

@ -25,8 +25,9 @@ buildscript{
}
allprojects{
version = 'release'
apply plugin: 'maven'
version = 'release'
group = 'com.github.Anuken'
ext{

View File

@ -168,7 +168,7 @@ public class Net{
/**
* Starts discovering servers on a different thread.
* Callback is run on the main libGDX thread.
* Callback is run on the main Arc thread.
*/
public void discoverServers(Cons<Host> cons, Runnable done){
provider.discoverServers(cons, done);

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=f8891ab73ee41db01efe354e96d6c5e91eb01358
archash=e8817285d699b8d4336229ded2b0079581c502bd

View File

@ -43,7 +43,6 @@ task dist(type: Jar){
exclude("sounds/**")
exclude("fonts/**")
exclude("zones/**")
exclude("com/badlogic/gdx/**")
exclude("icons/**")
exclude("bundles/**")
if(!versionModifier.contains("steam")){