Converted the buttons to reflect the actions you can take.
This commit is contained in:
parent
d7e9944e58
commit
b5d93399d5
4 changed files with 16 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue