mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Added loot to boxes
This commit is contained in:
parent
8d52b49e57
commit
6215008db7
6 changed files with 81 additions and 34 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cnot7sft7lpf3"]
|
||||
[gd_scene format=3 uid="uid://cnot7sft7lpf3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cc60s31w2sive" path="res://Scripts/Interactables/ItemPickup3D.cs" id="1_rqfak"]
|
||||
[ext_resource type="Texture2D" uid="uid://b61po207ggn63" path="res://Sprites/Items/Yin_Ammo.png" id="2_rqfak"]
|
||||
|
|
@ -6,16 +6,16 @@
|
|||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_f43iq"]
|
||||
height = 0.538086
|
||||
|
||||
[node name="Item" type="Area3D" groups=["Interactable"]]
|
||||
[node name="Item" type="Area3D" unique_id=35154889 groups=["Interactable"]]
|
||||
collision_layer = 32
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_rqfak")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=265561726]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0649414, 0)
|
||||
shape = SubResource("CylinderShape3D_f43iq")
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
[node name="Sprite3D" type="Sprite3D" parent="." unique_id=638449246]
|
||||
transform = Transform3D(0.707107, -0.5, 0.5, 0, 0.707107, 0.707107, -0.707107, -0.5, 0.5, 0, 0, 0)
|
||||
pixel_size = 0.05
|
||||
texture_filter = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue