Compare commits

...

2 Commits

2 changed files with 4 additions and 0 deletions

View File

@ -276,6 +276,9 @@ transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -2.7
interaction = ExtResource("19_ci4rn")
billboard = false
[node name="DoorInteractable" type="Node3D" parent="Collectables"]
unique_name_in_owner = true
[node name="VoxelGI" type="VoxelGI" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.08276367, 1.3269348, 0.05317688)
subdiv = 3

View File

@ -40,4 +40,5 @@ func vanish():
func _debug_mode():
push_warning("playable.gd: DEBUG MODE - ", self)
await get_tree().create_timer(1).timeout
appear()
play()