aboutsummaryrefslogtreecommitdiff
path: root/src/entities
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-11-16 10:40:10 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-11-16 10:40:10 -0700
commite7008ea5e51d657782d8facbf52e988bf3f9f7e1 (patch)
tree11bd00b6c8ff6e5a1b6c7cff38893ca250098ad4 /src/entities
parent581ea4aaf1acefa663446faa32a480bbcc3e084c (diff)
Little changes to generale
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/generale.c6
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;