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
|
@ -21,7 +21,7 @@ namespace arena {
|
|||
$overlay.position(BOSS_VIEW_X, BOSS_VIEW_Y,
|
||||
BOSS_VIEW_WIDTH, BOSS_VIEW_HEIGHT);
|
||||
|
||||
$overlay.layout("[_|=*%(200)enemy|_|_]");
|
||||
$overlay.layout("[_|=(256,256)enemy|_]");
|
||||
|
||||
$sounds = $world->get<components::Sound>($entity_id);
|
||||
$combat = $world->get<components::Combat>($entity_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue