Update Fish.gd

Testing the fishy waters.
This commit is contained in:
Skip 2022-01-21 10:27:54 -05:00
parent 3d1a4019e9
commit 19090cb87b

View File

@ -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