godot-tank-test/tank-round.tscn
2024-08-03 18:33:20 +03:00

16 lines
485 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://lvsi1b47ypg0"]
[ext_resource type="ArrayMesh" uid="uid://jwocs7p3hvvx" path="res://assets/meshes/ammo/tround.obj" id="1_ulxtk"]
[sub_resource type="CapsuleShape3D" id="1"]
radius = 0.0575807
height = 0.184025
[node name="RigidBody3D" type="RigidBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = ExtResource("1_ulxtk")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("1")