add turntable 1 stage

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-17 12:51:57 -07:00
parent aae817266c
commit ac6ba6ca12
32 changed files with 1717 additions and 6 deletions

View file

@ -0,0 +1,6 @@
extends Node
@export var light_path: String
func _on_visibility_changed() -> void:
get_node("../../%s" % light_path).visible = self.visible