81 lines
3.6 KiB
Plaintext
81 lines
3.6 KiB
Plaintext
[gd_scene load_steps=11 format=3 uid="uid://d0ywgijpuqy0r"]
|
|
|
|
[ext_resource type="Script" uid="uid://xe6pcuq741xi" path="res://overworld/map/TestMap.gd" id="1_6ms5s"]
|
|
[ext_resource type="PackedScene" uid="uid://cluuhtfjeodwb" path="res://overworld/map/TestMapBase.tscn" id="1_ox0si"]
|
|
[ext_resource type="PackedScene" uid="uid://by4a0r2hp0w6s" path="res://overworld/entity/Entity.tscn" id="2_jmygs"]
|
|
[ext_resource type="Script" uid="uid://38ya6vphm5bu" path="res://item/ItemResource.gd" id="4_xf0pb"]
|
|
[ext_resource type="Script" uid="uid://b5c8g5frishjs" path="res://cutscene/cutscene/TestCutscene.gd" id="5_125nt"]
|
|
[ext_resource type="Script" uid="uid://8tsov4ihmnxl" path="res://overworld/camera/OverworldCamera.gd" id="7_tr4a0"]
|
|
[ext_resource type="Script" uid="uid://bq2lsd8uyrtcf" path="res://overworld/entity/EntityProximityArea.gd" id="8_prox"]
|
|
|
|
[sub_resource type="Resource" id="Resource_125nt"]
|
|
script = ExtResource("4_xf0pb")
|
|
item = 1
|
|
quantity = 1
|
|
metadata/_custom_type_script = "uid://38ya6vphm5bu"
|
|
|
|
[sub_resource type="Resource" id="Resource_tr4a0"]
|
|
script = ExtResource("5_125nt")
|
|
metadata/_custom_type_script = "uid://b5c8g5frishjs"
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_prox"]
|
|
radius = 3.0
|
|
|
|
[node name="TestMap" type="Node3D"]
|
|
script = ExtResource("1_6ms5s")
|
|
|
|
[node name="NotPlayer" parent="." instance=ExtResource("2_jmygs")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00883961, 1.11219, 0.0142021)
|
|
entityId = "bcabec96-8d33-4c16-a997-3bb3b0562b33"
|
|
interactType = 1
|
|
|
|
[node name="NotPlayer4" parent="." instance=ExtResource("2_jmygs")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.68074, 1.11219, 0.0142021)
|
|
entityId = "bcabec96-8d33-4c16-a997-3bb3b0562b33"
|
|
interactType = 4
|
|
|
|
[node name="NotPlayer2" parent="." instance=ExtResource("2_jmygs")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00883961, 1.11219, 4.34543)
|
|
entityId = "ad5a1504-7fbf-45d6-b1bf-6e7af6314066"
|
|
interactType = 2
|
|
oneTimeItem = SubResource("Resource_125nt")
|
|
|
|
[node name="NotPlayer3" parent="." instance=ExtResource("2_jmygs")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.29413, 1.11219, 1.45094)
|
|
entityId = "ad5a1504-7fbf-45d6-b1bf-6e7af6314066"
|
|
interactType = 3
|
|
cutscene = SubResource("Resource_tr4a0")
|
|
|
|
[node name="ChatboxNPC" parent="." instance=ExtResource("2_jmygs")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1.11219, -3)
|
|
entityId = "c1a2b3c4-d5e6-7890-abcd-ef1234567891"
|
|
interactType = 5
|
|
chatboxMessage = "Hey! Press interact again to close this box."
|
|
|
|
[node name="ProximityNPC" parent="." instance=ExtResource("2_jmygs")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 1.11219, -4)
|
|
entityId = "c1a2b3c4-d5e6-7890-abcd-ef1234567892"
|
|
interactType = 6
|
|
chatboxMessage = "Hey, over here!"
|
|
|
|
[node name="EntityProximityArea" type="Area3D" parent="ProximityNPC" node_paths=PackedStringArray("entity")]
|
|
collision_layer = 0
|
|
collision_mask = 2
|
|
script = ExtResource("8_prox")
|
|
entity = NodePath("..")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="ProximityNPC/EntityProximityArea"]
|
|
shape = SubResource("SphereShape3D_prox")
|
|
|
|
[node name="TestMapBase" parent="." instance=ExtResource("1_ox0si")]
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_jmygs")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.1915, 1.05, 0.125589)
|
|
entityId = "player"
|
|
movementType = 2
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." node_paths=PackedStringArray("targetNode")]
|
|
transform = Transform3D(-0.0384888, -0.605488, 0.794923, -0.0292824, 0.795854, 0.60478, -0.99883, -5.59445e-09, -0.0483616, 9.84926, 12.5195, 0)
|
|
script = ExtResource("7_tr4a0")
|
|
targetNode = NodePath("../Player")
|