Files
Dawn-Godot/scenes/SceneTwo.tscn
2025-07-04 15:02:41 -05:00

51 lines
2.5 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://bglgah2w61h7i"]
[ext_resource type="PackedScene" uid="uid://d3rtd0ln7l2gr" path="res://scenes/maps/tundra/MapTundra.tscn" id="1_x2yj4"]
[ext_resource type="PackedScene" uid="uid://2ch34sio36nv" path="res://scenes/entities/Player.tscn" id="2_fv78m"]
[ext_resource type="PackedScene" uid="uid://bng2mc7fu5aik" path="res://scenes/entities/NPC.tscn" id="3_1v405"]
[ext_resource type="Script" uid="uid://csb0i132lcu0w" path="res://scripts/entities/MapCamera.gd" id="4_3et3s"]
[sub_resource type="Curve3D" id="Curve3D_x2yj4"]
_data = {
"points": PackedVector3Array(-0.372482, -0.405171, 4.34187, 0.372482, 0.405171, -4.34187, 7.21406, 2.10688, 14.3008, 0, 0, 0, 0, 0, 0, 11.1143, 2.77149, 3.55938, -0.195236, 1.413, 11.5708, 0.195236, -1.413, -11.5708, 20.1087, 3.31252, -17.463),
"tilts": PackedFloat32Array(0, 0, 0)
}
point_count = 3
[sub_resource type="Curve3D" id="Curve3D_fv78m"]
_data = {
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, 1.73319, 1.18547, 19.4148, -2.482, -1.23808, 5.14152, 2.482, 1.23808, -5.14152, 2.2062, 1.21935, 8.22687, -2.83202, -0.75344, 5.0391, 2.83202, 0.75344, -5.0391, 2.55912, 0.960021, -4.39348, 0, 0, 0, 0, 0, 0, 10.6352, 0.696404, -20.7808),
"tilts": PackedFloat32Array(0, 0, 0, 0)
}
point_count = 4
[node name="SceneTwo" type="Node3D"]
[node name="MapTundra" parent="." instance=ExtResource("1_x2yj4")]
[node name="Player" parent="." instance=ExtResource("2_fv78m")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.18123, 1.54702, 6.35532)
[node name="NPC" parent="." instance=ExtResource("3_1v405")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.233215, 0.903163, 4.44944)
[node name="Camera3D" type="Camera3D" parent="." node_paths=PackedStringArray("targetFollow", "pathFollow", "pathMap")]
transform = Transform3D(-0.21122, -0.118492, 0.97023, 0, 0.992625, 0.121227, -0.977439, 0.0256054, -0.209662, 10.7276, 2.7398, 4.2924)
fov = 57.5
script = ExtResource("4_3et3s")
targetFollow = NodePath("../Player")
pathFollow = NodePath("../PathCamera/PathFollow3D")
pathMap = NodePath("../PathWorld")
metadata/_custom_type_script = "uid://csb0i132lcu0w"
[node name="PathCamera" type="Path3D" parent="."]
curve = SubResource("Curve3D_x2yj4")
[node name="PathFollow3D" type="PathFollow3D" parent="PathCamera"]
transform = Transform3D(0.88952, 0.00502652, -0.45662, -0.0260722, 0.998736, -0.0397962, 0.455898, 0.0473089, 0.888652, 10.7276, 2.7398, 4.2924)
progress = 10.6821
loop = false
[node name="PathWorld" type="Path3D" parent="."]
curve = SubResource("Curve3D_fv78m")