Initial commit: OpenRA game engine
Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
22
mods/common/chrome/ingame-perf.yaml
Normal file
22
mods/common/chrome/ingame-perf.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
Container@PERF_WIDGETS:
|
||||
Logic: PerfDebugLogic
|
||||
Children:
|
||||
Label@PERF_TEXT:
|
||||
X: WINDOW_WIDTH - 200
|
||||
Y: WINDOW_HEIGHT - 69
|
||||
Width: 170
|
||||
Height: 40
|
||||
Contrast: true
|
||||
Background@GRAPH_BG:
|
||||
ClickThrough: true
|
||||
Background: dialog4
|
||||
X: 10
|
||||
Y: WINDOW_HEIGHT - HEIGHT - 156
|
||||
Width: 210
|
||||
Height: 210
|
||||
Children:
|
||||
PerfGraph@GRAPH:
|
||||
X: 5
|
||||
Y: 5
|
||||
Width: 200
|
||||
Height: 200
|
||||
Reference in New Issue
Block a user