From fc5bde3fe2afca0c81748d9561c04a83d3a4a4d6 Mon Sep 17 00:00:00 2001 From: tess Date: Sat, 4 Dec 2021 23:16:30 +0100 Subject: [PATCH] nothing --- World/Plant.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():