From 59d10a4506864a095f7ace52653086631a8a6fbb Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 20 Feb 2025 00:44:13 -0500 Subject: [PATCH] Get rid of the sprite on buttons until I have a better idea about the overall design. --- combat_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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