Now have hotkeys to test the different start/end conditions.

This commit is contained in:
Zed A. Shaw 2026-04-02 23:23:57 -04:00
parent 17f05e7093
commit 279faf6dd5
3 changed files with 29 additions and 16 deletions

View file

@ -5,6 +5,7 @@
#include <fmt/core.h>
#include <fmt/xchar.h>
#include "game/components.hpp"
#include "gui/guecstra.hpp"
namespace gui {
using namespace guecs;
@ -15,11 +16,7 @@ namespace gui {
"[*%(100,400)debug_text]"
"[_]"
"[_]"
"[_]"
"[spawn1|spawn2|spawn3]"
"[spawn4|spawn5|spawn6]");
// add_spawn_button("RAT_GIANT", "rat_with_sword", "spawn4");
"[_]");
$gui.init();
}