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.
Babushka/scenes/babushka_scene_main.tscn

18 lines
907 B

[gd_scene load_steps=4 format=3 uid="uid://dbgkbil1ultks"]
[ext_resource type="PackedScene" uid="uid://dbxy2y85r1d8x" path="res://scenes/worlds/Babushka_world_item_pickup_testing.tscn" id="1_l112d"]
[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://prefabs/Player3D.tscn" id="2_l45op"]
[ext_resource type="PackedScene" uid="uid://cgjc4wurbgimy" path="res://prefabs/UI/Inventory/Inventory.tscn" id="3_akoq3"]
[node name="BabushkaSceneMain" type="Node"]
[node name="WorldContainer" type="Node" parent="."]
[node name="WorldItemPickupTest" parent="WorldContainer" instance=ExtResource("1_l112d")]
[node name="Player3d" parent="." node_paths=PackedStringArray("_fieldParent") instance=ExtResource("2_l45op")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.51633, 0.725631, 3.57249)
_fieldParent = NodePath("")
[node name="Inventory" parent="." instance=ExtResource("3_akoq3")]