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
@@ -8,10 +8,8 @@ func enable_secret_door():
visible = true
collision_enabled = true
func _on_switch_switch_activated() -> void:
disable_secret_door()
func _on_switch_switch_deactivated() -> void:
enable_secret_door()