Compare commits
2 Commits
e23f496b70
...
350361395d
| Author | SHA1 | Date |
|---|---|---|
|
|
350361395d | |
|
|
95e7160920 |
|
|
@ -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")
|
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
|
||||||
|
|
|
||||||
|
|
@ -40,4 +40,5 @@ 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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue