Added more zoom levels
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="io.anuke.mindustry"
|
||||
android:versionCode="2"
|
||||
android:versionName="1.01" >
|
||||
android:versionCode="3"
|
||||
android:versionName="1.02" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="25" />
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
com.badlogic.gdx.graphics.g2d.BitmapFont: {
|
||||
default-font: {
|
||||
file: prose.fnt,
|
||||
markupEnabled: true,
|
||||
scale: 0.5
|
||||
file: prose.fnt,
|
||||
markupEnabled: true,
|
||||
scale: 0.5
|
||||
}
|
||||
},
|
||||
com.badlogic.gdx.graphics.Color: {
|
||||
@@ -21,6 +21,7 @@ com.badlogic.gdx.graphics.Color: {
|
||||
},
|
||||
io.anuke.ucore.scene.Skin$TintedDrawable: {
|
||||
dialogDim: {name: white, color: {r: 0, g: 0, b: 0, a: 0.45} }
|
||||
loadDim: {name: white, color: {r: 0, g: 0, b: 0, a: 0.7} }
|
||||
},
|
||||
io.anuke.ucore.scene.ui.Button$ButtonStyle: {
|
||||
default: {down: button-down, up: button },
|
||||
|
||||
Reference in New Issue
Block a user