mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
parallax (sky looks bluer when you go up)
This commit is contained in:
@@ -12,6 +12,7 @@ class UIStartMenu : UICanvas() {
|
||||
"MENU_MODE_SINGLEPLAYER",
|
||||
"MENU_OPTIONS",
|
||||
"MENU_MODULES",
|
||||
"MENU_LABEL_LANGUAGE",
|
||||
"MENU_LABEL_EXIT"
|
||||
)
|
||||
|
||||
@@ -34,6 +35,8 @@ class UIStartMenu : UICanvas() {
|
||||
readFromLang = true,
|
||||
activeBackCol = Color(0),
|
||||
highlightBackCol = Color(0),
|
||||
backgroundCol = Color(0),
|
||||
inactiveCol = Color.WHITE,
|
||||
defaultSelection = null
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user