83 lines
3.5 KiB
Plaintext
83 lines
3.5 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://b16ysbx7ah03u"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://d3rtd0ln7l2gr" path="res://scenes/maps/tundra/MapTundra.tscn" id="1_2gju5"]
|
|
[ext_resource type="PackedScene" uid="uid://2ch34sio36nv" path="res://scenes/entities/Player.tscn" id="2_rlkm5"]
|
|
[ext_resource type="Script" uid="uid://csb0i132lcu0w" path="res://scripts/entities/MapCamera.gd" id="3_n77mx"]
|
|
[ext_resource type="PackedScene" uid="uid://bng2mc7fu5aik" path="res://scenes/entities/NPC.tscn" id="4_nb1wl"]
|
|
[ext_resource type="Script" uid="uid://chxpes3546yoj" path="res://scripts/cutscene/Cutscene.gd" id="5_m5dm6"]
|
|
[ext_resource type="Script" uid="uid://8updtj1mctra" path="res://scripts/cutscene/item/CutsceneText.gd" id="6_fws1a"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_n77mx"]
|
|
|
|
[sub_resource type="Sky" id="Sky_nb1wl"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_n77mx")
|
|
|
|
[sub_resource type="Environment" id="Environment_m5dm6"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_nb1wl")
|
|
ambient_light_source = 3
|
|
|
|
[sub_resource type="Curve3D" id="Curve3D_n77mx"]
|
|
_data = {
|
|
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, -11.0524, 3.4238, 4.18537, -19.268, 11.502, 10.843, 2.59274, -0.402428, -8.58782, 16.504, 3.012, 2.882),
|
|
"tilts": PackedFloat32Array(0, 0)
|
|
}
|
|
point_count = 2
|
|
|
|
[sub_resource type="Curve3D" id="Curve3D_nb1wl"]
|
|
_data = {
|
|
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, -12.26, 1.86, -3.89, 0, 0, 0, 0, 0, 0, 19.103, 1.11, -3.531),
|
|
"tilts": PackedFloat32Array(0, 0)
|
|
}
|
|
point_count = 2
|
|
|
|
[node name="TestScene" type="Node3D"]
|
|
|
|
[node name="MapTundra" parent="." instance=ExtResource("1_2gju5")]
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_rlkm5")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.06402, 1.54702, -2.35884)
|
|
|
|
[node name="NPC" parent="." node_paths=PackedStringArray("cutscene") instance=ExtResource("4_nb1wl")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.20455, 1.94676, -3.51349)
|
|
interactType = 2
|
|
cutscene = NodePath("../Cutscenes/TestCutscene")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." node_paths=PackedStringArray("targetFollow", "pathFollow", "pathMap")]
|
|
transform = Transform3D(0.996991, 0.0418507, -0.0652558, 0, 0.841762, 0.539849, 0.0775229, -0.538225, 0.839228, 1.25757, 8.21861, 8.01254)
|
|
fov = 57.5
|
|
script = ExtResource("3_n77mx")
|
|
targetFollow = NodePath("../Player")
|
|
pathFollow = NodePath("../PathCamera/PathFollow3D")
|
|
pathMap = NodePath("../PathWorld")
|
|
metadata/_custom_type_script = "uid://csb0i132lcu0w"
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_m5dm6")
|
|
|
|
[node name="PathCamera" type="Path3D" parent="."]
|
|
curve = SubResource("Curve3D_n77mx")
|
|
|
|
[node name="PathFollow3D" type="PathFollow3D" parent="PathCamera"]
|
|
transform = Transform3D(0.0672435, 0.0374997, -0.996973, -0.000525827, 0.999215, 0.0375501, 0.99767, -0.00200086, 0.0672163, 1.25757, 8.21861, 8.01254)
|
|
progress = 14.4593
|
|
loop = false
|
|
|
|
[node name="PathWorld" type="Path3D" parent="."]
|
|
curve = SubResource("Curve3D_nb1wl")
|
|
|
|
[node name="Cutscenes" type="Node" parent="."]
|
|
|
|
[node name="TestCutscene" type="Node" parent="Cutscenes"]
|
|
script = ExtResource("5_m5dm6")
|
|
|
|
[node name="CutsceneText" type="Node" parent="Cutscenes/TestCutscene"]
|
|
script = ExtResource("6_fws1a")
|
|
interactTexts = Array[String](["test cutscene item 1", "tttt2"])
|
|
metadata/_custom_type_script = "uid://8updtj1mctra"
|
|
|
|
[node name="CutsceneText2" type="Node" parent="Cutscenes/TestCutscene"]
|
|
script = ExtResource("6_fws1a")
|
|
interactTexts = Array[String](["3", "4"])
|
|
metadata/_custom_type_script = "uid://8updtj1mctra"
|