Reduce goblin speed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user