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.
57 lines
2.8 KiB
57 lines
2.8 KiB
[gd_scene load_steps=11 format=3 uid="uid://cidjhvp38n4b4"]
|
|
|
|
[ext_resource type="Script" uid="uid://6aq8mr0sofrs" path="res://scripts/CSharp/Common/WorldManagement/World.cs" id="1_nat7a"]
|
|
[ext_resource type="PackedScene" uid="uid://bs3vs05wp5a20" path="res://prefabs/world_elements/world_change_trigger.tscn" id="5_tb7xe"]
|
|
[ext_resource type="PackedScene" uid="uid://dbxy2y85r1d8x" path="res://scenes/worlds/Babushka_world_item_pickup_testing.tscn" id="6_evakd"]
|
|
[ext_resource type="Script" uid="uid://c7eaa0neniiss" path="res://scripts/CSharp/Common/WorldManagement/SpawnPointMarker.cs" id="8_pl6uc"]
|
|
[ext_resource type="Resource" uid="uid://daow8nx85vuc8" path="res://resources/spawnpoints/spawnpoint_game_start.tres" id="9_rutwt"]
|
|
[ext_resource type="Resource" uid="uid://cipetn2hmnew4" path="res://resources/spawnpoints/from_test_scene.tres" id="10_s5gm8"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_8yprl"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8tgff"]
|
|
albedo_color = Color(0.505882, 0.588235, 0.494118, 1)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_t58di"]
|
|
size = Vector3(2.01563, 0.160522, 2.00824)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_tydq3"]
|
|
size = Vector3(1, 1, 6.21814)
|
|
|
|
[node name="WorldItemPickupTest" type="Node3D"]
|
|
script = ExtResource("1_nat7a")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0)
|
|
mesh = SubResource("PlaneMesh_8yprl")
|
|
skeleton = NodePath("")
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_8tgff")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000976563, -0.0739136, -0.00112915)
|
|
shape = SubResource("BoxShape3D_t58di")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.618408, 0.785857, 0, -0.785857, 0.618408, -0.802612, 0, 4.73262)
|
|
|
|
[node name="Spawnpoint" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.87715, 0, 1.54015)
|
|
script = ExtResource("8_pl6uc")
|
|
spawnPointResource = ExtResource("9_rutwt")
|
|
|
|
[node name="Spawnpoint tmp" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.00564, 0, 0.0870138)
|
|
script = ExtResource("8_pl6uc")
|
|
spawnPointResource = ExtResource("10_s5gm8")
|
|
|
|
[node name="WorldChangeTrigger" parent="." instance=ExtResource("5_tb7xe")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9.82414, 0, 0)
|
|
switchToWorld = ExtResource("6_evakd")
|
|
switchToSpawnPoint = ExtResource("10_s5gm8")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="WorldChangeTrigger"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.235657)
|
|
shape = SubResource("BoxShape3D_tydq3")
|