mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-08-01 15:39:36 +07:00
Portrait mode support / Mobile fixes
This commit is contained in:
@ -352,6 +352,7 @@ setting.vsync.name=VSync
|
||||
setting.lasers.name=Show Power Lasers
|
||||
setting.previewopacity.name=Placing Preview Opacity
|
||||
setting.healthbars.name=Show Entity Health bars
|
||||
setting.minimap.name=Show Minimap
|
||||
setting.pixelate.name=Pixelate Screen
|
||||
setting.musicvol.name=Music Volume
|
||||
setting.mutemusic.name=Mute Music
|
||||
@ -425,7 +426,9 @@ item.biomatter.description=A clump of organic mush; used for conversion into oil
|
||||
item.sand.name=Sand
|
||||
item.sand.description=A common material that is used extensively in smelting, both in alloying and as a flux.
|
||||
item.blast-compound.name=Blast Compound
|
||||
item.thermite.name=Thermite
|
||||
item.blast-compound.description=A volatile compound used in bombs and explosives. While it can burned as fuel, this is not advised.
|
||||
item.pyratite.name=Pyratite
|
||||
item.pyratite.description=An extremely flammable substance used in incendiary weapons.
|
||||
|
||||
liquid.water.name=Water
|
||||
liquid.lava.name=Lava
|
||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 132 KiB |
@ -53,6 +53,7 @@ io.anuke.ucore.scene.ui.Button$ButtonStyle: {
|
||||
io.anuke.ucore.scene.ui.TextButton$TextButtonStyle: {
|
||||
default: {over: button-over, disabled: button, font: default-font, fontColor: white, disabledFontColor: grey, down: button-down, up: button, transition: 0 },
|
||||
discord: {over: discord-banner-over, font: default-font, fontColor: white, up: discord-banner},
|
||||
info: {font: default-font, fontColor: white, up: info-banner},
|
||||
clear: {down: clear-down, up: clear, over: clear-over, font: default-font, fontColor: white, disabledFontColor: grey },
|
||||
empty: {font: default-font},
|
||||
toggle: {font: default-font, fontColor: white, checked: button-down, down: button-down, up: button, over: button-over, disabled: button, disabledFontColor: grey }
|
||||
@ -72,7 +73,7 @@ io.anuke.ucore.scene.ui.ScrollPane$ScrollPaneStyle: {
|
||||
default: {background: border, vScroll: scroll, vScrollKnob: scroll-knob-vertical-black},
|
||||
horizontal: {background: border, vScroll: scroll, vScrollKnob: scroll-knob-vertical, hScroll: scroll-horizontal, hScrollKnob: scroll-knob-horizontal},
|
||||
volume: {background: button-map, vScroll: scroll, vScrollKnob: scroll-knob-vertical-black},
|
||||
clear: {vScroll: scroll, vScrollKnob: scroll-knob-vertical},
|
||||
clear: {vScroll: scroll, vScrollKnob: scroll-knob-vertical-black},
|
||||
clear-black: {vScroll: scroll, vScrollKnob: scroll-knob-vertical-black}
|
||||
},
|
||||
io.anuke.ucore.scene.ui.Window$WindowStyle: {
|
||||
|
Reference in New Issue
Block a user