diff options
Diffstat (limited to 'src/entities/generale.c')
-rw-r--r-- | src/entities/generale.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entities/generale.c b/src/entities/generale.c index dff04be..11d916a 100644 --- a/src/entities/generale.c +++ b/src/entities/generale.c @@ -24,11 +24,11 @@ void initGenerale(Entity * entity, Game * game) { Generale * data = (Generale*)entity->data; data->flyToPoint = (EntityFlyToPointInfo){ - .controller.bangbang.speed = 100.0, + .controller.bangbang.speed = 80.0, .controller.bangbang.stopAt = 0.0, .controlType = ENTITY_FLY_TO_POINT_BANG_BANG, - .rotationSpeed = 0.0, - .applyRotation = false + .rotationSpeed = 100.0, + .applyRotation = true }; data->zigzag = GENERALE_ZIG; |