Bring over various autowalker improvements.
This commit is contained in:
parent
9c5bad5959
commit
40b2d7f45d
2 changed files with 22 additions and 7 deletions
|
@ -239,6 +239,9 @@ namespace gui {
|
|||
case MOUSE_MOVE: {
|
||||
mouse_action({1 << guecs::ModBit::hover});
|
||||
} break;
|
||||
case TICK:
|
||||
run_systems();
|
||||
break;
|
||||
case ATTACK:
|
||||
$main_ui.dirty();
|
||||
sound::play("Sword_Hit_1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue