Untested PickupableItem

This commit is contained in:
Alexey 2025-07-31 15:33:31 +03:00
commit 63e87e86d5
19 changed files with 200 additions and 17 deletions

View file

@ -1,4 +1,7 @@
[gd_scene format=3 uid="uid://bgnb01j1nphhi"]
[gd_scene load_steps=3 format=3 uid="uid://bgnb01j1nphhi"]
[ext_resource type="PackedScene" uid="uid://c4wpq5gxkbor7" path="res://base/scenes/interactive/pickupable_item.tscn" id="1_1whpt"]
[ext_resource type="Resource" uid="uid://b1pqbhcv5ixmy" path="res://base/assets/resources/items/weapon_base.tres" id="2_ayew2"]
[node name="Test Room" type="Node3D"]
@ -41,3 +44,11 @@ size = Vector3(0.2, 4, 4)
[node name="SpotLight3D" type="SpotLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 2.6, 0)
spot_angle = 90.0
[node name="PickupableItem" parent="." instance=ExtResource("1_1whpt")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.992068, -0.47008, -0.800458)
content = ExtResource("2_ayew2")
[node name="PickupableItem2" parent="." instance=ExtResource("1_1whpt")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.700438, -0.47008, -0.800458)
content = ExtResource("2_ayew2")