mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-09 06:37:30 +07:00
110 lines
5.3 KiB
JSON
110 lines
5.3 KiB
JSON
{
|
|
com.badlogic.gdx.graphics.g2d.BitmapFont: {
|
|
default-font: {
|
|
file: square.fnt,
|
|
markupEnabled: true,
|
|
scale: 0.5
|
|
},
|
|
default-font-chat: {
|
|
file: square.fnt,
|
|
markupEnabled: false,
|
|
scale: 0.5
|
|
},
|
|
korean: {
|
|
file: korean.fnt,
|
|
markupEnabled: true,
|
|
scale: 0.5
|
|
},
|
|
title: {
|
|
file: title.fnt,
|
|
markupEnabled: true,
|
|
scale: 2
|
|
}
|
|
},
|
|
com.badlogic.gdx.graphics.Color: {
|
|
black: {a: 1, b: 0, g: 0, r: 0 },
|
|
white: {a: 1, b: 1, g: 1, r: 1 },
|
|
green: {a: 1, b: 0, g: 1, r: 0 },
|
|
red: {a: 1, b: 0, g: 0, r: 1 },
|
|
blue: {a: 1, b: 1, g: 0, r: 0 },
|
|
grey: {a: 1, b: 0.32, g: 0.32, r: 0.32 },
|
|
lightgray: {a: 1, b: 0.3, g: 0.3, r: 0.3 },
|
|
orange: {hex: "#FFA500"},
|
|
accent: {hex: "f4ba6e"},
|
|
vis-blue: {a: 1, b: 0.886, g: 0.631, r: 0.105 },
|
|
vis-red: {a: 1, b: 0.047, g: 0, r: 0.862 },
|
|
menuitem: {a: 1, b: 0.65, g: 0.65, r: 0.65 },
|
|
link-label: {a: 1, b: 0.886, g: 0.631, r: 0.105 }
|
|
},
|
|
io.anuke.ucore.scene.Skin$TintedDrawable: {
|
|
dialogDim: {name: white, color: {r: 0, g: 0, b: 0, a: 0.9} },
|
|
invis: {name: white, color: {r: 0, g: 0, b: 0, a: 0} }
|
|
loadDim: {name: white, color: {r: 0, g: 0, b: 0, a: 0.8} },
|
|
chatfield: {name: white, color: {r: 0, g: 0, b: 0, a: 0.2}},
|
|
clear: {name: white, color: {r: 0.1, g: 0.1, b: 0.1, a: 0.75}},
|
|
clear-over: {name: white, color: {r: 1, g: 1, b: 1, a: 0.2} },
|
|
clear-down: {name: white, color: {r: 1, g: 1, b: 1, a: 0.4} }
|
|
},
|
|
io.anuke.ucore.scene.ui.Button$ButtonStyle: {
|
|
default: {down: button-down, up: button },
|
|
menu: {up: text-sides, over: text-sides-over, down: text-sides-down},
|
|
toggle: {checked: button-down, down: button-down, up: button }
|
|
},
|
|
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},
|
|
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 }
|
|
},
|
|
io.anuke.ucore.scene.ui.ImageButton$ImageButtonStyle: {
|
|
default: {down: button-down, up: button, over: button-over, imageDisabledColor: lightgray, imageUpColor: white },
|
|
empty: { imageDownColor: accent, imageUpColor: white},
|
|
emptytoggle: {imageCheckedColor: white, imageDownColor: white, imageUpColor: lightgray},
|
|
static: {up: button },
|
|
static-down: {up: button-down },
|
|
toggle: {checked: button-down, down: button-down, up: button, imageDisabledColor: lightgray, imageUpColor: white },
|
|
togglemap: {down: button-map-down, up: button-map },
|
|
select: {checked: button-select, up: clear },
|
|
close-window: {up: button, imageUp: icon-close, imageOver: icon-close-over, imageDown: icon-close-down, disabled: button }
|
|
},
|
|
io.anuke.ucore.scene.ui.ImageTextButton$ImageTextButtonStyle: {
|
|
default: {down: button-down, up: button, over: button-over, disabled: button, font: default-font, fontColor: white, disabledFontColor: grey },
|
|
toggle: {checked: button-down, down: button-down, up: button, font: default-font, fontColor: white, over: button-over, disabled: button, disabledFontColor: grey }
|
|
},
|
|
io.anuke.ucore.scene.ui.ScrollPane$ScrollPaneStyle: {
|
|
default: {background: border, vScroll: scroll, vScrollKnob: scroll-knob-vertical},
|
|
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},
|
|
clear: {vScroll: scroll, vScrollKnob: scroll-knob-vertical},
|
|
clear-black: {vScroll: scroll, vScrollKnob: scroll-knob-vertical-black}
|
|
},
|
|
io.anuke.ucore.scene.ui.Window$WindowStyle: {
|
|
default: {titleFont: default-font, background: window, titleFontColor: accent },
|
|
dialog: {stageBackground: dialogDim, titleFont: default-font, background: window-empty, titleFontColor: accent }
|
|
},
|
|
io.anuke.ucore.scene.ui.KeybindDialog$KeybindDialogStyle: {
|
|
default: {keyColor: accent, keyNameColor: white, controllerColor: menuitem, paneStyle: clear},
|
|
},
|
|
io.anuke.ucore.scene.ui.Slider$SliderStyle: {
|
|
default-horizontal: {background: slider, knob: slider-knob, knobOver: slider-knob-over, knobDown: slider-knob-down},
|
|
default-vertical: {background: slider-vertical, knob: slider-knob, knobOver: slider-knob-over, knobDown: slider-knob-down}
|
|
},
|
|
io.anuke.ucore.scene.ui.Label$LabelStyle: {
|
|
default: {font: default-font, fontColor: white },
|
|
title: {font: title, fontColor: white },
|
|
link-label: {fontColor: link-label, font: default-font },
|
|
small: {font: default-font, fontColor: white },
|
|
menuitem-shortcut: {font: default-font, fontColor: menuitem }
|
|
},
|
|
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 }
|
|
}
|
|
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 }
|
|
},
|
|
io.anuke.ucore.scene.ui.List$ListStyle: {
|
|
default: {fontColorUnselected: white, fontColorSelected: white, font: default-font }
|
|
}
|
|
}
|