add files
This commit is contained in:
parent
a543c3fba6
commit
8907612f55
11 changed files with 269 additions and 0 deletions
7
Scripts/LightController.gd
Normal file
7
Scripts/LightController.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends Node3D
|
||||
|
||||
func _movement_in(movement, _rate):
|
||||
get_node(movement).visible = true
|
||||
|
||||
func _movement_out(movement, _rate):
|
||||
get_node(movement).visible = false
|
Loading…
Add table
Add a link
Reference in a new issue