SpielBackupAlt/scripts/light_switch_single.gd

8 lines
109 B
GDScript3
Raw Permalink Normal View History

2024-12-26 14:54:06 +00:00
extends Spatial
export (NodePath) var light_1
var node_1
func _ready():
node_1 = get_node(light_1)