Changed map edit menu, added map info dialog

This commit is contained in:
Anuken
2018-05-22 14:16:12 -04:00
parent 2999694f48
commit f0fa126e7b
7 changed files with 151 additions and 49 deletions

View File

@@ -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 }
}