mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-30 14:39:10 +07:00
Changed map edit menu, added map info dialog
This commit is contained in:
@ -151,6 +151,11 @@ text.enemies.single={0} Enemy
|
||||
text.loadimage=Load Image
|
||||
text.saveimage=Save Image
|
||||
text.oregen=Ore Generation
|
||||
text.unknown=Unknown
|
||||
text.editor.mapinfo=Map Info
|
||||
text.editor.author=Author:
|
||||
text.editor.description=Description:
|
||||
text.editor.name=Name:
|
||||
text.editor.teams=Teams
|
||||
text.editor.badsize=[orange]Invalid image dimensions![]\nValid map dimensions: {0}
|
||||
text.editor.errorimageload=Error loading image file:\n[orange]{0}
|
||||
|
@ -2477,6 +2477,14 @@ button
|
||||
orig: 24, 40
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
textarea
|
||||
rotate: false
|
||||
xy: 207, 130
|
||||
size: 24, 40
|
||||
split: 10, 10, 9, 14
|
||||
orig: 24, 40
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
button-down
|
||||
rotate: false
|
||||
xy: 721, 448
|
||||
|
@ -94,7 +94,9 @@ io.anuke.ucore.scene.ui.Label$LabelStyle: {
|
||||
},
|
||||
io.anuke.ucore.scene.ui.TextField$TextFieldStyle: {
|
||||
default: {font: default-font-chat, fontColor: white, disabledFontColor: grey, selection: selection, background: button, cursor: cursor, messageFont: default-font, messageFontColor: grey }
|
||||
textarea: {font: default-font-chat, fontColor: white, disabledFontColor: grey, selection: selection, background: textarea, cursor: cursor, messageFont: default-font, messageFontColor: grey }
|
||||
}
|
||||
|
||||
io.anuke.ucore.scene.ui.CheckBox$CheckBoxStyle: {
|
||||
default: {checkboxOn: check-on, checkboxOff: check-off, checkboxOnOver: check-on-over, checkboxOver: check-over, font: default-font, fontColor: white, disabledFontColor: grey }
|
||||
}
|
||||
|
Reference in New Issue
Block a user