29 lines
568 B
Groovy
29 lines
568 B
Groovy
mainMenu {
|
|
enabled = true
|
|
|
|
splashText {
|
|
enabled = false
|
|
splashesEnabled = true
|
|
customSplashes {
|
|
enabled = false
|
|
applyMode = "append"
|
|
defineCustom([
|
|
"h",
|
|
])
|
|
}
|
|
}
|
|
|
|
label {
|
|
position {
|
|
x = 2
|
|
y { it - 32 }
|
|
}
|
|
|
|
text = literal("VMU 1.2.0")
|
|
align = "left"
|
|
color = 0xffffff
|
|
shadow = true
|
|
hoveredColor = 0xabcdef
|
|
onClicked = url("https://amiro.ivi.pl/repoea/Wroclaw/VMU")
|
|
}
|
|
}
|