40 lines
1.9 KiB
Plaintext
40 lines
1.9 KiB
Plaintext
[gd_scene format=3 uid="uid://doh7p84eej78c"]
|
|
|
|
[ext_resource type="Script" uid="uid://geqmah8kbko0" path="res://Scenes/main.gd" id="1_8gbba"]
|
|
[ext_resource type="Script" uid="uid://ds3uiri3oc05v" path="res://Scenes/camera_3d.gd" id="1_bo1nx"]
|
|
[ext_resource type="PackedScene" uid="uid://bswbcehkkqbk0" path="res://Scenes/Dart.tscn" id="1_jjgbg"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_qu08v"]
|
|
size = Vector3(1, 0.01, 1)
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6q475"]
|
|
albedo_color = Color(0, 0.42745098, 0.05490196, 1)
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_xxti7"]
|
|
material = SubResource("StandardMaterial3D_6q475")
|
|
size = Vector3(1, 0.01, 1)
|
|
|
|
[node name="Main" type="Node3D" unique_id=819165214]
|
|
script = ExtResource("1_8gbba")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=1570426839]
|
|
transform = Transform3D(-1, 2.4096988e-08, -8.4036174e-08, 0, 0.9612618, 0.2756374, 8.742278e-08, 0.2756374, -0.9612618, 0, 5.0674033, -6.36445)
|
|
fov = 90.0
|
|
script = ExtResource("1_bo1nx")
|
|
|
|
[node name="Dart" parent="." unique_id=367982453 instance=ExtResource("1_jjgbg")]
|
|
transform = Transform3D(1, 0, 0, 0, -0.999989, -0.0046914006, 0, 0.0046914006, -0.999989, 0, 4.3246593, 0)
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1891469178]
|
|
transform = Transform3D(-0.789482, 0.24223976, -0.56394875, -0.56595325, 0.06825608, 0.821607, 0.23751883, 0.9678125, 0.083209395, -46.816067, 15.942318, -50.370865)
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=889230389]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=229129629]
|
|
transform = Transform3D(100, 0, 0, 0, 100, 0, 0, 0, 100, 0, 0, 0)
|
|
shape = SubResource("BoxShape3D_qu08v")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D/CollisionShape3D" unique_id=849495197]
|
|
mesh = SubResource("BoxMesh_xxti7")
|
|
skeleton = NodePath("")
|