diff --git a/Makefile b/Makefile index cc2ac86..562ac6d 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ tracy_build: meson compile -j 10 -C builddir test: build - ./builddir/runtests "[combat-battle]" + ./builddir/runtests run: build test powershell "cp ./builddir/zedcaster.exe ." diff --git a/combat_ui.cpp b/combat_ui.cpp index aa5b455..0be735e 100644 --- a/combat_ui.cpp +++ b/combat_ui.cpp @@ -15,9 +15,10 @@ namespace gui { void CombatUI::make_button(std::string name, std::wstring label, Events::GUI event) { auto button = $gui.entity(name); - // $gui.set(button, {"leather_pouch-128"}); - $gui.set(button, {}); + $gui.set(button, {"leather_pouch-128"}); + // $gui.set(button, {}); $gui.set