mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
23 lines
841 B
Plaintext
23 lines
841 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cet80w4yr8rse"]
|
|
|
|
[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
|
|
|
|
[node name="Storage" type="StaticBody3D"]
|
|
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")
|
|
|
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 2, 0)
|
|
texture = ExtResource("2_a5kei")
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|