New debug_ui that shows perf data, other debug info, and allows spawning enemies.
This commit is contained in:
parent
4f090159ab
commit
07ce8a4148
12 changed files with 50 additions and 87 deletions
|
@ -10,11 +10,9 @@ namespace gui {
|
|||
OverlayUI::OverlayUI() {
|
||||
$gui.position(RAY_VIEW_X, RAY_VIEW_Y, RAY_VIEW_WIDTH, RAY_VIEW_HEIGHT);
|
||||
$gui.layout(
|
||||
"[top_left|top|>(170)top_right]"
|
||||
"[*%(300,300)middle|_|_]"
|
||||
"[_|_|_]"
|
||||
"[_|_|_]"
|
||||
"[bottom_left|bottom|bottom_right]"
|
||||
"[*%(100,300)left|top|>(170,170)top_right]"
|
||||
"[_|middle|middle_right]"
|
||||
"[_|bottom|bottom_right]"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue