initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends StaticBody3D
|
||||
|
||||
func _on_input_event(camera, event, position, normal, shape_idx):
|
||||
if event is InputEventMouseButton and event.is_action_pressed("interact"):
|
||||
$Light.visible = !$Light.visible
|
||||
$Audio.playing = true
|
||||
Reference in New Issue
Block a user