New debug_ui that shows perf data, other debug info, and allows spawning enemies.

This commit is contained in:
Zed A. Shaw 2025-04-05 12:09:19 -04:00
parent 4f090159ab
commit 07ce8a4148
12 changed files with 50 additions and 87 deletions

View file

@ -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]"
);
}