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

26 lines
1023 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://csba3vko1iq71"]
[ext_resource type="Script" path="res://scripts/packageitem.gd" id="1_dohb5"]
[ext_resource type="ArrayMesh" uid="uid://dyfiwit727wmb" path="res://assets/props/blake2/Bucket.obj" id="2_ctfii"]
[ext_resource type="Material" uid="uid://m4joetibiogy" path="res://assets/props/blake2/mat_blake2.tres" id="2_p17sm"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_5fkf2"]
height = 0.483913
radius = 0.2
[node name="ItemCylinder" type="RigidBody3D"]
collision_layer = 5
mass = 3.0
max_contacts_reported = 2
contact_monitor = true
script = ExtResource("1_dohb5")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0490061, 0)
shape = SubResource("CylinderShape3D_5fkf2")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.195, 0, 0, 0, 0.195, 0, 0, 0, 0.195, 0, -0.206941, 0)
material_override = ExtResource("2_p17sm")
mesh = ExtResource("2_ctfii")