Compare commits

..

No commits in common. "350361395dc60391e2459ac5290829f2a03bdd3f" and "e23f496b7042fcc62fc11d6e31e0c87f0887038b" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

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

View File

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