Files
DartGame/Scenes/Dart.tscn
T
2026-06-20 16:19:33 -05:00

24 lines
848 B
Plaintext

[gd_scene format=3 uid="uid://bswbcehkkqbk0"]
[ext_resource type="Script" uid="uid://8kk531f88oqw" path="res://Scenes/DartPhysics.gd" id="1_s1kro"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_xxti7"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_xxti7"]
[node name="Dart" type="Node3D" unique_id=367982453]
[node name="RigidBody3D" type="RigidBody3D" parent="." unique_id=1993396351]
mass = 100.0
center_of_mass_mode = 1
center_of_mass = Vector3(0, -0.1, 0)
script = ExtResource("1_s1kro")
angle_of_plane = -25.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D" unique_id=1030334431]
shape = SubResource("CapsuleShape3D_xxti7")
[node name="MeshInstance3D" type="MeshInstance3D" parent="RigidBody3D/CollisionShape3D" unique_id=136997515]
mesh = SubResource("CapsuleMesh_xxti7")
skeleton = NodePath("")