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

25 lines
962 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://752pj3dweh48"]
[ext_resource type="Script" path="res://scripts/packageitem.gd" id="1_buqxl"]
[ext_resource type="ArrayMesh" uid="uid://bxg2g2hbcsois" path="res://assets/props/blake3/RealCylinder.obj" id="2_j8ghn"]
[ext_resource type="Material" uid="uid://dlcqn8a0dycmj" path="res://assets/props/blake3/mat_blake3.tres" id="3_v87e6"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_eg501"]
height = 0.458465
radius = 0.17894
[node name="ItemCylinder" type="RigidBody3D"]
collision_layer = 5
mass = 5.0
max_contacts_reported = 2
contact_monitor = true
script = ExtResource("1_buqxl")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.234022, 0)
shape = SubResource("CylinderShape3D_eg501")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = ExtResource("2_j8ghn")
surface_material_override/0 = ExtResource("3_v87e6")