66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://lychvawyirrs"]
|
|
|
|
[ext_resource type="Script" uid="uid://77crqavwamsd" path="res://MainScript.cs" id="1_0e48y"]
|
|
[ext_resource type="Script" uid="uid://dg0qtnm4epowu" path="res://Controller.cs" id="1_wtcfe"]
|
|
[ext_resource type="Script" uid="uid://criv4i3x63akl" path="res://Projection.cs" id="2_0e48y"]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
script = ExtResource("1_0e48y")
|
|
|
|
[node name="Controller" type="Window" parent="."]
|
|
oversampling_override = 1.0
|
|
position = Vector2i(0, 36)
|
|
size = Vector2i(640, 480)
|
|
script = ExtResource("1_wtcfe")
|
|
|
|
[node name="BtnScene1" type="Button" parent="Controller"]
|
|
offset_left = 30.0
|
|
offset_top = 30.0
|
|
offset_right = 130.0
|
|
offset_bottom = 90.0
|
|
text = "Scene 1"
|
|
|
|
[node name="BtnScene2" type="Button" parent="Controller"]
|
|
offset_left = 160.0
|
|
offset_top = 30.0
|
|
offset_right = 260.0
|
|
offset_bottom = 90.0
|
|
text = "Scene 2"
|
|
|
|
[node name="BtnScene3" type="Button" parent="Controller"]
|
|
offset_left = 290.0
|
|
offset_top = 30.0
|
|
offset_right = 390.0
|
|
offset_bottom = 90.0
|
|
text = "Scene 3"
|
|
|
|
[node name="BtnScene4" type="Button" parent="Controller"]
|
|
offset_left = 420.0
|
|
offset_top = 30.0
|
|
offset_right = 520.0
|
|
offset_bottom = 90.0
|
|
text = "Scene 4"
|
|
|
|
[node name="BtnClose" type="Button" parent="Controller"]
|
|
offset_left = 42.0
|
|
offset_top = 373.0
|
|
offset_right = 592.0
|
|
offset_bottom = 433.0
|
|
text = "Close"
|
|
|
|
[node name="BtnScreen" type="Button" parent="Controller"]
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
text = "Screen"
|
|
|
|
[node name="BtnLoad" type="Button" parent="Controller"]
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
text = "Load Config"
|
|
|
|
[node name="Projection" type="Window" parent="."]
|
|
oversampling_override = 1.0
|
|
position = Vector2i(0, 36)
|
|
size = Vector2i(1920, 1080)
|
|
script = ExtResource("2_0e48y")
|