50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://cqe6bo8v564dc"]
|
|
|
|
[ext_resource type="Script" uid="uid://d1i0lhibtflvq" path="res://Scripts/Main.gd" id="1_fq6v0"]
|
|
[ext_resource type="Script" uid="uid://x5kcjofb5pek" path="res://Scripts/DropCatcher.gd" id="3_qdhrm"]
|
|
[ext_resource type="Script" uid="uid://dnek55fao0l72" path="res://Scripts/ModifierTray.gd" id="5_kax6v"]
|
|
[ext_resource type="PackedScene" uid="uid://6nml3641dpce" path="res://Models/Dartboard/Dartboard.glb" id="5_thh7l"]
|
|
|
|
[node name="DartboardProto" type="Node3D" unique_id=1829621191 node_paths=PackedStringArray("dartboard_root")]
|
|
script = ExtResource("1_fq6v0")
|
|
dartboard_root = NodePath("Dartboard")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=393502700]
|
|
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 2.6578834, 0.6292654, 0)
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1020512688]
|
|
|
|
[node name="Dartboard" parent="." unique_id=1632971704 instance=ExtResource("5_thh7l")]
|
|
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0.16272092, 1.2674973, 0)
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=80012783]
|
|
|
|
[node name="DropCatcher" type="Control" parent="CanvasLayer" unique_id=1371111637 node_paths=PackedStringArray("camera", "main")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("3_qdhrm")
|
|
camera = NodePath("../../Camera3D")
|
|
main = NodePath("../..")
|
|
reverse_direction = true
|
|
triple_max = 0.5
|
|
outer_max = 0.7
|
|
|
|
[node name="TextureTray" type="HBoxContainer" parent="CanvasLayer/DropCatcher" unique_id=799936408]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="ModifierTray" type="Control" parent="CanvasLayer" unique_id=2127296352 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("5_kax6v")
|
|
drop_catcher = NodePath("../DropCatcher")
|