42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c6w7dpk0hurj0"]
|
|
|
|
[ext_resource type="Script" uid="uid://cyqibeq07rjr" path="res://src/items/consumable/ConsumableItem.cs" id="1_26bad"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_6sghs"]
|
|
height = 0.725098
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_7mh0f"]
|
|
size = Vector3(0.778381, 3.19556, 0.731567)
|
|
|
|
[node name="ConsumableItem" type="RigidBody3D"]
|
|
collision_layer = 0
|
|
axis_lock_linear_x = true
|
|
axis_lock_linear_z = true
|
|
axis_lock_angular_x = true
|
|
axis_lock_angular_y = true
|
|
axis_lock_angular_z = true
|
|
script = ExtResource("1_26bad")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.00908482, 0)
|
|
shape = SubResource("CylinderShape3D_6sghs")
|
|
|
|
[node name="Pickup" type="Area3D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 4
|
|
collision_mask = 0
|
|
|
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
|
unique_name_in_owner = true
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0322805, 0)
|
|
billboard = 2
|
|
shaded = true
|
|
double_sided = false
|
|
alpha_cut = 1
|
|
texture_filter = 0
|
|
render_priority = 100
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pickup"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.13281, 0)
|
|
shape = SubResource("BoxShape3D_7mh0f")
|