Enemies how fight back when cornered, either by being blocked by another enemy or when at a dead end walls.
This commit is contained in:
parent
586343a614
commit
fc8e65f4d6
3 changed files with 8 additions and 3 deletions
|
@ -194,7 +194,6 @@ namespace gui {
|
|||
}
|
||||
} break;
|
||||
case MOUSE_CLICK:
|
||||
fmt::println("CLICK: {}", $router.left_button);
|
||||
mouse_action(guecs::NO_MODS);
|
||||
break;
|
||||
case MOUSE_MOVE: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue