Converted the buttons to reflect the actions you can take.

This commit is contained in:
Zed A. Shaw 2025-04-08 14:36:51 -04:00
parent d7e9944e58
commit b5d93399d5
4 changed files with 16 additions and 9 deletions

View file

@ -387,6 +387,11 @@ namespace gui {
// std::string(item.data["name"])));
$status_ui.log(L"You picked up an item.");
} break;
case eGUI::EVADE:
case eGUI::BLOCK:
case eGUI::HEAL:
dbc::log("YOU NEED TO IMPLEMENT THIS!!!!!");
break;
case eGUI::ATTACK:
event(Event::ATTACK);
break;