Compare commits
No commits in common. "350361395dc60391e2459ac5290829f2a03bdd3f" and "e23f496b7042fcc62fc11d6e31e0c87f0887038b" have entirely different histories.
350361395d
...
e23f496b70
|
|
@ -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")
|
||||
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
|
||||
|
|
|
|||
|
|
@ -40,5 +40,4 @@ func vanish():
|
|||
func _debug_mode():
|
||||
push_warning("playable.gd: DEBUG MODE - ", self)
|
||||
await get_tree().create_timer(1).timeout
|
||||
appear()
|
||||
play()
|
||||
|
|
|
|||
Loading…
Reference in New Issue