diff --git a/Actors/Fish.gd b/Actors/Fish.gd index 015903d..2e08026 100644 --- a/Actors/Fish.gd +++ b/Actors/Fish.gd @@ -1,6 +1,7 @@ extends KinematicBody2D # external settings +# Skip was here export var swim_speed: float = 30.0 export var swim_up_down_variance = 0.75