41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
[gd_scene format=3 uid="uid://curwvxlv5wr2s"]
|
|
|
|
[ext_resource type="Script" uid="uid://dttjp7o66ghn4" path="res://UI/Spline Editor/spline_editor.gd" id="1_ahlr6"]
|
|
[ext_resource type="PackedScene" uid="uid://di4jvhvyqtusq" path="res://UI/Spline Editor/control_point.tscn" id="2_td7mw"]
|
|
|
|
[sub_resource type="InputEventKey" id="InputEventKey_td7mw"]
|
|
device = -1
|
|
keycode = 69
|
|
unicode = 101
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_j0rrm"]
|
|
events = [SubResource("InputEventKey_td7mw")]
|
|
|
|
[node name="Spline Editor" type="Control" unique_id=1591101939]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_ahlr6")
|
|
control_point_scene = ExtResource("2_td7mw")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=836867708]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="Start" type="Button" parent="HBoxContainer" unique_id=767033586]
|
|
layout_mode = 2
|
|
text = "Start Roller Coaster"
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="HBoxContainer" unique_id=1422024819]
|
|
layout_mode = 2
|
|
button_pressed = true
|
|
shortcut = SubResource("Shortcut_j0rrm")
|
|
text = "Editing"
|
|
|
|
[connection signal="pressed" from="HBoxContainer/Start" to="." method="_on_start_pressed"]
|
|
[connection signal="toggled" from="HBoxContainer/CheckButton" to="." method="_on_check_button_toggled"]
|