fix: remove the whitespaces and clean up;

This commit is contained in:
2026-09-20 16:51:17 +02:00
parent 5d484134e7
commit 77214d4723
6 changed files with 2 additions and 13 deletions
-2
View File
@@ -1,11 +1,9 @@
extends StaticBody2D
func _on_puzzle_button_pressed() -> void:
visible = false
$CollisionShape2D.set_deferred("disabled", true)
func _on_puzzle_button_unpressed() -> void:
visible = true
$CollisionShape2D.set_deferred("disabled", false)