fixed grow bug

This commit is contained in:
Jonas Braus
2024-08-03 17:28:37 +02:00
parent 6860fda89c
commit 3d318a5c07
3 changed files with 45 additions and 43 deletions
+1
View File
@@ -163,6 +163,7 @@ func _physics_process(delta):
func grow():
if not is_big:
is_big = true
position.y -= 20
collision_shape_2d.shape.height = 31
pipedetector_ground.position.y += 8