Armazon/props/items/item_shmaple.tscn

34 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-01-28 13:44:54 -05:00
[gd_scene load_steps=6 format=3 uid="uid://ckrf64kt1nvna"]
[ext_resource type="Script" path="res://scripts/packageitem.gd" id="1_5j1hy"]
[ext_resource type="Material" uid="uid://c7bhxy4sluenb" path="res://assets/props/shmaple/mat_shmaple.tres" id="2_djsx1"]
[ext_resource type="ArrayMesh" uid="uid://b4y4d47xvhwc3" path="res://assets/props/shmaple/shmample.obj" id="3_v2jwg"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_5h3oh"]
height = 0.55
radius = 0.07
[sub_resource type="CylinderShape3D" id="CylinderShape3D_duv40"]
height = 0.45
radius = 0.05
[node name="ItemCylinder" type="RigidBody3D"]
collision_layer = 5
mass = 2.5
max_contacts_reported = 2
contact_monitor = true
script = ExtResource("1_5j1hy")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0)
shape = SubResource("CylinderShape3D_5h3oh")
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, 0, 0, 0)
shape = SubResource("CylinderShape3D_duv40")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(-2.18557e-09, 0, 0.05, 0, 0.05, 0, -0.05, 0, -2.18557e-09, 0, -0.0433248, 0)
material_override = ExtResource("2_djsx1")
mesh = ExtResource("3_v2jwg")