Reduce goblin speed

This commit is contained in:
2024-02-15 13:30:11 +01:00
parent e0b6b31b17
commit dc99726824

View File

@@ -139,7 +139,7 @@ ecs_entity_t entityCreateSwarmGoblin(const Position position, Player player, Gam
unit.minDamage = 5.0f;
unit.maxDamage = 10.0f;
unit.attackCooldown = 1.0f;
unit.maxSpeed = 20.0f;
unit.maxSpeed = 16.0f;
ecs_set_ptr(ECS, e, Unit, &unit);
return e;