You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
509 B

[gd_scene load_steps=2 format=3 uid="uid://c11r5uc4ird3x"]
[ext_resource type="Script" path="res://Scripts/Camera.gd" id="1_am1sr"]
[node name="Camera3D" type="Camera3D"]
transform = Transform3D(1, 0, 0, 0, 0.994327, 0.106368, 0, -0.106368, 0.994327, 0, 5.02177, 39.3568)
fov = 2.29153
size = 10.0
script = ExtResource("1_am1sr")
jump_waypoints = true
[node name="Timer" type="Timer" parent="."]
wait_time = 3.0
one_shot = true
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]