diff --git a/World/Plant.gd b/World/Plant.gd index 0d29bfc..eb61c49 100644 --- a/World/Plant.gd +++ b/World/Plant.gd @@ -7,7 +7,7 @@ var rng var branches = 4 func _process(_delta): - step() + #step() pass func step():