godot-wild-jam-66/environment/airTanks/AirTank.tscn
2024-02-18 16:47:18 +02:00

15 lines
565 B
Text

[gd_scene load_steps=3 format=3 uid="uid://b78uciv6mk813"]
[ext_resource type="PackedScene" uid="uid://br7vilrvpv3xy" path="res://assets/Bucket/Compressed.gltf" id="1_2efg2"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3jagl"]
radius = 0.200919
height = 1.11166
[node name="AirTank" type="StaticBody3D"]
[node name="Compressed" parent="." instance=ExtResource("1_2efg2")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.535172, 0)
shape = SubResource("CapsuleShape3D_3jagl")