Extract version label chrome logic to a dedicated class
This commit is contained in:
@@ -6,6 +6,7 @@ Container@INGAME_MENU:
|
||||
ButtonStride: 0, 40
|
||||
Children:
|
||||
Label@VERSION_LABEL:
|
||||
Logic: VersionLabelLogic
|
||||
X: WINDOW_RIGHT - 10
|
||||
Y: WINDOW_BOTTOM - 19
|
||||
Align: Right
|
||||
|
||||
@@ -10,6 +10,7 @@ Container@MAINMENU:
|
||||
TakeScreenshotKey: TakeScreenshot
|
||||
MuteAudioKey: ToggleMute
|
||||
Label@VERSION_LABEL:
|
||||
Logic: VersionLabelLogic
|
||||
X: WINDOW_RIGHT - 10
|
||||
Y: WINDOW_BOTTOM - 19
|
||||
Align: Right
|
||||
|
||||
Reference in New Issue
Block a user