48 lines
2.1 KiB
Plaintext
48 lines
2.1 KiB
Plaintext
[gd_scene format=3 uid="uid://doh7p84eej78c"]
|
|
|
|
[ext_resource type="Script" uid="uid://geqmah8kbko0" path="res://scenes/main.gd" id="1_sugp2"]
|
|
[ext_resource type="Script" uid="uid://ds3uiri3oc05v" path="res://scenes/camera_3d.gd" id="2_jyhfs"]
|
|
[ext_resource type="PackedScene" uid="uid://fshohiewm7et" path="res://core/dart/dart.tscn" id="3_tbgi4"]
|
|
[ext_resource type="PackedScene" uid="uid://dojbd5wl7ntp0" path="res://core/board/dartboard.tscn" id="3_tefeu"]
|
|
[ext_resource type="Script" uid="uid://x5kcjofb5pek" path="res://core/ui/drop_catcher.gd" id="5_o6xl0"]
|
|
[ext_resource type="Script" uid="uid://dnek55fao0l72" path="res://core/ui/modifier_tray.gd" id="6_tipki"]
|
|
|
|
[node name="Main" type="Node3D" unique_id=819165214]
|
|
script = ExtResource("1_sugp2")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=1570426839]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.3, 2.37)
|
|
fov = 30.0
|
|
script = ExtResource("2_jyhfs")
|
|
|
|
[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.08320943, -46.816067, 15.942318, -50.370865)
|
|
|
|
[node name="Dartboard" parent="." unique_id=408060787 instance=ExtResource("3_tefeu")]
|
|
|
|
[node name="Dart" parent="." unique_id=367982453 instance=ExtResource("3_tbgi4")]
|
|
transform = Transform3D(1, 0, 0, 0, 0.83676445, 0.5475633, 0, -0.54756325, 0.8367645, 0, -0.43, 1.8)
|
|
|
|
[node name="UI" type="CanvasLayer" parent="." unique_id=1068293458]
|
|
|
|
[node name="DropCatcher" type="Control" parent="UI" unique_id=1874461265 node_paths=PackedStringArray("camera", "dartboard")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("5_o6xl0")
|
|
camera = NodePath("../../Camera3D")
|
|
dartboard = NodePath("../../Dartboard")
|
|
|
|
[node name="ModifierTray" type="Control" parent="UI" unique_id=1639987503 node_paths=PackedStringArray("drop_catcher")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("6_tipki")
|
|
drop_catcher = NodePath("../DropCatcher")
|