This commit is contained in:
2022-12-11 10:47:02 +01:00
parent edb53171d0
commit a425d72f07
5 changed files with 61 additions and 26 deletions

View File

@@ -3,9 +3,8 @@
[ext_resource type="Script" path="res://scripts/Modules/Storage.gd" id="1_guwoh"]
[ext_resource type="Texture2D" uid="uid://cjc4wohtjb73j" path="res://Chest.png" id="2_a5kei"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_c1ipa"]
height = 3.60519
radius = 1.33696
[sub_resource type="BoxShape3D" id="BoxShape3D_xqnel"]
size = Vector3(0.276038, 1, 0.598144)
[sub_resource type="CylinderShape3D" id="CylinderShape3D_orr2n"]
radius = 3.22778
@@ -16,11 +15,12 @@ script = ExtResource("1_guwoh")
currentType = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1.10389, 0, 0, 0, 1, 0, 0, 0)
shape = SubResource("CylinderShape3D_c1ipa")
transform = Transform3D(2.5982, 0, 0, 0, 1.47652, 0, 0, 0, 2.0019, 0, 0, 0)
shape = SubResource("BoxShape3D_xqnel")
[node name="Sprite3D" type="Sprite3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 2, 0)
visible = false
texture = ExtResource("2_a5kei")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]