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
|
@ -44,4 +44,8 @@ namespace gui {
|
|||
$level = level;
|
||||
init();
|
||||
}
|
||||
|
||||
bool CombatUI::mouse(float x, float y) {
|
||||
return $gui.mouse(x, y);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue