godot-wild-jam-66/environment/bucket/Bucket.tscn
2024-02-16 04:41:47 +01:00

16 lines
615 B
Text

[gd_scene load_steps=3 format=3 uid="uid://c8f3rdaakoy7k"]
[ext_resource type="PackedScene" uid="uid://bcg02h1xg8mhe" path="res://assets/Bucket/bucket.gltf" id="1_4ysyw"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_siv88"]
height = 0.54
radius = 0.175
[node name="Bucket" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.27, 0)
shape = SubResource("CylinderShape3D_siv88")
[node name="bucket" parent="." instance=ExtResource("1_4ysyw")]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)