diff --git a/combat_ui.cpp b/combat_ui.cpp index bf31fd2..de9be61 100644 --- a/combat_ui.cpp +++ b/combat_ui.cpp @@ -24,7 +24,7 @@ namespace gui { if(name.starts_with("button_")) { auto button = $gui.entity(name); world.set(button, cell); - world.set(button, {"trash_button"}); + world.set(button, {}); world.set(button, guecs::make_action(*$level.world, Events::GUI::ATTACK)); world.set