Added cell pos and world pos to debug
This commit is contained in:
14
mods/cnc/chrome/ingame-debuginfo.yaml
Normal file
14
mods/cnc/chrome/ingame-debuginfo.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
Container@DEBUG_WIDGETS:
|
||||
Logic: DebugLogic
|
||||
X: WINDOW_RIGHT / 2 - WIDTH
|
||||
Y: 60
|
||||
Width: 100
|
||||
Height: 55
|
||||
Children:
|
||||
Label@DEBUG_TEXT:
|
||||
Y: 35
|
||||
Width: PARENT_RIGHT
|
||||
Height: 15
|
||||
Align: Center
|
||||
Font: Bold
|
||||
Contrast: true
|
||||
@@ -120,6 +120,7 @@ ChromeLayout:
|
||||
cnc|chrome/ingame-infoobjectives.yaml
|
||||
cnc|chrome/ingame-infostats.yaml
|
||||
cnc|chrome/ingame-observerstats.yaml
|
||||
cnc|chrome/ingame-debuginfo.yaml
|
||||
cnc|chrome/music.yaml
|
||||
cnc|chrome/settings.yaml
|
||||
cnc|chrome/credits.yaml
|
||||
|
||||
14
mods/common/chrome/ingame-debuginfo.yaml
Normal file
14
mods/common/chrome/ingame-debuginfo.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
Container@DEBUG_WIDGETS:
|
||||
Logic: DebugLogic
|
||||
X: WINDOW_RIGHT / 2 - WIDTH
|
||||
Y: 60
|
||||
Width: 100
|
||||
Height: 55
|
||||
Children:
|
||||
Label@DEBUG_TEXT:
|
||||
Y: 35
|
||||
Width: PARENT_RIGHT
|
||||
Height: 15
|
||||
Align: Center
|
||||
Font: Bold
|
||||
Contrast: true
|
||||
@@ -80,6 +80,7 @@ ChromeLayout:
|
||||
d2k|chrome/ingame-player.yaml
|
||||
common|chrome/ingame-perf.yaml
|
||||
common|chrome/ingame-debug.yaml
|
||||
common|chrome/ingame-debuginfo.yaml
|
||||
common|chrome/ingame-infochat.yaml
|
||||
d2k|chrome/mainmenu.yaml
|
||||
common|chrome/settings.yaml
|
||||
|
||||
@@ -95,6 +95,7 @@ ChromeLayout:
|
||||
ra|chrome/ingame-player.yaml
|
||||
common|chrome/ingame-perf.yaml
|
||||
common|chrome/ingame-debug.yaml
|
||||
common|chrome/ingame-debuginfo.yaml
|
||||
common|chrome/ingame-infochat.yaml
|
||||
common|chrome/mainmenu.yaml
|
||||
common|chrome/settings.yaml
|
||||
|
||||
@@ -142,6 +142,7 @@ ChromeLayout:
|
||||
ts|chrome/ingame-player.yaml
|
||||
common|chrome/ingame-perf.yaml
|
||||
ts|chrome/ingame-debug.yaml
|
||||
common|chrome/ingame-debuginfo.yaml
|
||||
common|chrome/ingame-infochat.yaml
|
||||
common|chrome/mainmenu.yaml
|
||||
ts|chrome/mainmenu-prerelease-notification.yaml
|
||||
|
||||
Reference in New Issue
Block a user