parallax (sky looks bluer when you go up)

This commit is contained in:
minjaesong
2017-07-20 18:39:05 +09:00
parent 528fdc9fc5
commit fd7d724f39
35 changed files with 144 additions and 17 deletions

View File

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