Armazon/props/items/item_malk.tscn
2024-01-28 13:44:54 -05:00

31 lines
1.2 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://hoiv06m0w6lw"]
[ext_resource type="Script" path="res://scripts/packageitem.gd" id="1_fha12"]
[ext_resource type="Material" uid="uid://drgqptca6royr" path="res://assets/props/malk/mat_milk.tres" id="2_ulhe7"]
[ext_resource type="ArrayMesh" uid="uid://b4m00ohfd3w0v" path="res://assets/props/malk/milk.obj" id="3_6sjvs"]
[sub_resource type="BoxShape3D" id="BoxShape3D_bs3wt"]
size = Vector3(0.25, 0.632231, 0.25)
[sub_resource type="BoxShape3D" id="BoxShape3D_5jffx"]
size = Vector3(0.25, 0.16, 0.16)
[node name="ItemCylinder" type="RigidBody3D"]
collision_layer = 5
mass = 5.0
max_contacts_reported = 2
contact_monitor = true
script = ExtResource("1_fha12")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
material_override = ExtResource("2_ulhe7")
mesh = ExtResource("3_6sjvs")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.00117433, 0)
shape = SubResource("BoxShape3D_bs3wt")
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 0.31962, 0)
shape = SubResource("BoxShape3D_5jffx")