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:
Zed A. Shaw 2025-08-22 22:29:22 -04:00
parent 586343a614
commit fc8e65f4d6
3 changed files with 8 additions and 3 deletions

View file

@ -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: {