mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
objects
This commit is contained in:
10
Storage.tscn
10
Storage.tscn
@@ -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="."]
|
||||
|
||||
Reference in New Issue
Block a user