|
@@ -1,336 +1,394 @@
|
|
-[gd_scene load_steps=5 format=2]
|
|
|
|
|
|
+[gd_scene load_steps=5 format=3 uid="uid://cwvmsqurkf8aa"]
|
|
|
|
|
|
-[ext_resource path="res://observer/observer.tscn" type="PackedScene" id=1]
|
|
|
|
-[ext_resource path="res://control.gd" type="Script" id=2]
|
|
|
|
|
|
+[ext_resource type="PackedScene" path="res://observer/observer.tscn" id="1"]
|
|
|
|
+[ext_resource type="Script" path="res://control.gd" id="2"]
|
|
|
|
|
|
-[sub_resource type="StandardMaterial3D" id=1]
|
|
|
|
|
|
+[sub_resource type="StandardMaterial3D" id="1"]
|
|
albedo_color = Color(0.835294, 0.133333, 0.133333, 1)
|
|
albedo_color = Color(0.835294, 0.133333, 0.133333, 1)
|
|
|
|
|
|
-[sub_resource type="BoxMesh" id=2]
|
|
|
|
-material = SubResource( 1 )
|
|
|
|
|
|
+[sub_resource type="BoxMesh" id="2"]
|
|
|
|
+material = SubResource( "1" )
|
|
size = Vector3(5, 5, 5)
|
|
size = Vector3(5, 5, 5)
|
|
|
|
|
|
[node name="WindowManagement" type="Node3D"]
|
|
[node name="WindowManagement" type="Node3D"]
|
|
|
|
|
|
-[node name="Observer" parent="." instance=ExtResource( 1 )]
|
|
|
|
|
|
+[node name="Observer" parent="." instance=ExtResource( "1" )]
|
|
transform = Transform3D(0.910685, 0, -0.4131, 0, 1, 0, 0.4131, 0, 0.910685, -4.81287, -0.152566, 9.90641)
|
|
transform = Transform3D(0.910685, 0, -0.4131, 0, 1, 0, 0.4131, 0, 0.910685, -4.81287, -0.152566, 9.90641)
|
|
|
|
|
|
[node name="TestCube" type="MeshInstance3D" parent="."]
|
|
[node name="TestCube" type="MeshInstance3D" parent="."]
|
|
-mesh = SubResource( 2 )
|
|
|
|
-surface_material_override/0 = null
|
|
|
|
|
|
+mesh = SubResource( "2" )
|
|
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
[node name="Control" type="Control" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
-script = ExtResource( 2 )
|
|
|
|
|
|
+script = ExtResource( "2" )
|
|
|
|
|
|
[node name="Button_Fullscreen" type="Button" parent="Control"]
|
|
[node name="Button_Fullscreen" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 20.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 45.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 12.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 43.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
toggle_mode = true
|
|
toggle_mode = true
|
|
text = "Fullscreen"
|
|
text = "Fullscreen"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_FixedSize" type="Button" parent="Control"]
|
|
[node name="Button_FixedSize" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 60.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 85.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 52.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 83.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
toggle_mode = true
|
|
toggle_mode = true
|
|
text = "FixedSize"
|
|
text = "FixedSize"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_Minimized" type="Button" parent="Control"]
|
|
[node name="Button_Minimized" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 100.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 125.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 92.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 123.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
toggle_mode = true
|
|
toggle_mode = true
|
|
text = "Minimized"
|
|
text = "Minimized"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_Maximized" type="Button" parent="Control"]
|
|
[node name="Button_Maximized" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 140.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 165.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 132.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 163.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
toggle_mode = true
|
|
toggle_mode = true
|
|
text = "Maximized"
|
|
text = "Maximized"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_MoveTo" type="Button" parent="Control"]
|
|
[node name="Button_MoveTo" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 178.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 203.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 170.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 201.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
text = "MoveTo"
|
|
text = "MoveTo"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_Resize" type="Button" parent="Control"]
|
|
[node name="Button_Resize" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 218.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 243.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 210.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 241.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
text = "Resize"
|
|
text = "Resize"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_Screen0" type="Button" parent="Control"]
|
|
[node name="Button_Screen0" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 258.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 283.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 250.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 281.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
text = "Screen0"
|
|
text = "Screen0"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_Screen1" type="Button" parent="Control"]
|
|
[node name="Button_Screen1" type="Button" parent="Control"]
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = 298.0
|
|
|
|
-offset_right = 120.0
|
|
|
|
-offset_bottom = 323.0
|
|
|
|
|
|
+offset_left = 23.0
|
|
|
|
+offset_top = 290.0
|
|
|
|
+offset_right = 123.0
|
|
|
|
+offset_bottom = 321.0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
text = "Screen1"
|
|
text = "Screen1"
|
|
|
|
+metadata/_edit_layout_mode = 0
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_MouseModeVisible" type="Button" parent="Control"]
|
|
[node name="Button_MouseModeVisible" type="Button" parent="Control"]
|
|
anchor_top = 1.0
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
anchor_bottom = 1.0
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = -221.0
|
|
|
|
-offset_right = 225.0
|
|
|
|
-offset_bottom = -196.0
|
|
|
|
|
|
+offset_left = 18.0
|
|
|
|
+offset_top = -217.0
|
|
|
|
+offset_right = 234.0
|
|
|
|
+offset_bottom = -186.0
|
|
|
|
+grow_vertical = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
toggle_mode = true
|
|
toggle_mode = true
|
|
text = "[F1] MOUSE_MODE_VISIBLE"
|
|
text = "[F1] MOUSE_MODE_VISIBLE"
|
|
-align = 0
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_MouseModeHidden" type="Button" parent="Control"]
|
|
[node name="Button_MouseModeHidden" type="Button" parent="Control"]
|
|
anchor_top = 1.0
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
anchor_bottom = 1.0
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = -186.0
|
|
|
|
-offset_right = 225.0
|
|
|
|
-offset_bottom = -161.0
|
|
|
|
|
|
+offset_left = 18.0
|
|
|
|
+offset_top = -182.0
|
|
|
|
+offset_right = 240.0
|
|
|
|
+offset_bottom = -151.0
|
|
|
|
+grow_vertical = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
toggle_mode = true
|
|
toggle_mode = true
|
|
text = "[F2] MOUSE_MODE_HIDDEN"
|
|
text = "[F2] MOUSE_MODE_HIDDEN"
|
|
-align = 0
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Button_MouseModeCaptured" type="Button" parent="Control"]
|
|
[node name="Button_MouseModeCaptured" type="Button" parent="Control"]
|
|
anchor_top = 1.0
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
anchor_bottom = 1.0
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = -151.0
|
|
|
|
-offset_right = 225.0
|
|
|
|
-offset_bottom = -126.0
|
|
|
|
|
|
+offset_left = 18.0
|
|
|
|
+offset_top = -147.0
|
|
|
|
+offset_right = 260.0
|
|
|
|
+offset_bottom = -116.0
|
|
|
|
+grow_vertical = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_vertical = 2
|
|
toggle_mode = true
|
|
toggle_mode = true
|
|
text = "[F3] MOUSE_MODE_CAPTURED"
|
|
text = "[F3] MOUSE_MODE_CAPTURED"
|
|
-align = 0
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Mode" type="Label" parent="Control"]
|
|
[node name="Label_Mode" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 140.0
|
|
|
|
-offset_right = -20.0
|
|
|
|
-offset_bottom = 153.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 156.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 182.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Mode:"
|
|
text = "Mode:"
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Position" type="Label" parent="Control"]
|
|
[node name="Label_Position" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 60.0
|
|
|
|
-offset_right = -20.0
|
|
|
|
-offset_bottom = 73.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 76.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 102.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Position:"
|
|
text = "Position:"
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Size" type="Label" parent="Control"]
|
|
[node name="Label_Size" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 100.0
|
|
|
|
-offset_right = -20.0
|
|
|
|
-offset_bottom = 113.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 116.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 142.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Size:"
|
|
text = "Size:"
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_MousePosition" type="Label" parent="Control"]
|
|
[node name="Label_MousePosition" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 220.0
|
|
|
|
-offset_right = -20.0
|
|
|
|
-offset_bottom = 153.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 236.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 262.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Mouse Position:"
|
|
text = "Mouse Position:"
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen_Count" type="Label" parent="Control"]
|
|
[node name="Label_Screen_Count" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 300.0
|
|
|
|
-offset_right = -20.0
|
|
|
|
-offset_bottom = 314.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 316.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 342.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen_Count:"
|
|
text = "Screen_Count:"
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen_Current" type="Label" parent="Control"]
|
|
[node name="Label_Screen_Current" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 20.0
|
|
|
|
-offset_right = -20.0
|
|
|
|
-offset_bottom = 40.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 36.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 62.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen:"
|
|
text = "Screen:"
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen0_Resolution" type="Label" parent="Control"]
|
|
[node name="Label_Screen0_Resolution" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 340.0
|
|
|
|
-offset_right = -16.0
|
|
|
|
-offset_bottom = 353.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 356.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 382.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen0 Resolution: "
|
|
text = "Screen0 Resolution: "
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen0_Position" type="Label" parent="Control"]
|
|
[node name="Label_Screen0_Position" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 380.0
|
|
|
|
-offset_right = -16.0
|
|
|
|
-offset_bottom = 396.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 396.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 422.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen0 Position: "
|
|
text = "Screen0 Position: "
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen0_DPI" type="Label" parent="Control"]
|
|
[node name="Label_Screen0_DPI" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 416.0
|
|
|
|
-offset_right = -16.0
|
|
|
|
-offset_bottom = 432.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 432.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 458.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen0 DPI:"
|
|
text = "Screen0 DPI:"
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen1_Resolution" type="Label" parent="Control"]
|
|
[node name="Label_Screen1_Resolution" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 451.0
|
|
|
|
-offset_right = -16.0
|
|
|
|
-offset_bottom = 467.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 467.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 493.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen1 Resolution: "
|
|
text = "Screen1 Resolution: "
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen1_Position" type="Label" parent="Control"]
|
|
[node name="Label_Screen1_Position" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 489.0
|
|
|
|
-offset_right = -16.0
|
|
|
|
-offset_bottom = 505.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 505.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 531.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen1 Position: "
|
|
text = "Screen1 Position: "
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_Screen1_DPI" type="Label" parent="Control"]
|
|
[node name="Label_Screen1_DPI" type="Label" parent="Control"]
|
|
|
|
+minimum_size = Vector2(190, 0)
|
|
anchor_left = 1.0
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_right = 1.0
|
|
-offset_left = -140.0
|
|
|
|
-offset_top = 524.0
|
|
|
|
-offset_right = -16.0
|
|
|
|
-offset_bottom = 540.0
|
|
|
|
|
|
+offset_left = -205.0
|
|
|
|
+offset_top = 540.0
|
|
|
|
+offset_right = -15.0
|
|
|
|
+offset_bottom = 566.0
|
|
|
|
+grow_horizontal = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "Screen1 DPI:"
|
|
text = "Screen1 DPI:"
|
|
-valign = 1
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_KeyInfo" type="Label" parent="Control"]
|
|
[node name="Label_KeyInfo" type="Label" parent="Control"]
|
|
anchor_top = 1.0
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
anchor_bottom = 1.0
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = -122.0
|
|
|
|
-offset_right = 286.0
|
|
|
|
-offset_bottom = -63.0
|
|
|
|
|
|
+offset_left = 14.0
|
|
|
|
+offset_top = -87.0
|
|
|
|
+offset_right = 309.0
|
|
|
|
+offset_bottom = -9.0
|
|
|
|
+grow_vertical = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "F1: Activate MOUSE_MODE_VISIBLE
|
|
text = "F1: Activate MOUSE_MODE_VISIBLE
|
|
F2: Activate MOUSE_MODE_HIDDEN
|
|
F2: Activate MOUSE_MODE_HIDDEN
|
|
F3: Activate MOUSE_MODE_CAPTURED"
|
|
F3: Activate MOUSE_MODE_CAPTURED"
|
|
-valign = 2
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_MouseModeCaptured_KeyInfo" type="Label" parent="Control"]
|
|
[node name="Label_MouseModeCaptured_KeyInfo" type="Label" parent="Control"]
|
|
anchor_top = 1.0
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
anchor_bottom = 1.0
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = -65.0
|
|
|
|
-offset_right = 286.0
|
|
|
|
-offset_bottom = -11.0
|
|
|
|
|
|
+offset_left = 328.0
|
|
|
|
+offset_top = -86.0
|
|
|
|
+offset_right = 653.0
|
|
|
|
+offset_bottom = -8.0
|
|
|
|
+grow_vertical = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "ESC: Deactivate MOUSE_MODE_CAPTURED
|
|
text = "ESC: Deactivate MOUSE_MODE_CAPTURED
|
|
W, S: Move forward, backward
|
|
W, S: Move forward, backward
|
|
A, D: Strafe left, right"
|
|
A, D: Strafe left, right"
|
|
-valign = 2
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="Label_MouseModes" type="Label" parent="Control"]
|
|
[node name="Label_MouseModes" type="Label" parent="Control"]
|
|
anchor_top = 1.0
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
anchor_bottom = 1.0
|
|
-offset_left = 20.0
|
|
|
|
-offset_top = -249.0
|
|
|
|
-offset_right = 286.0
|
|
|
|
-offset_bottom = -227.0
|
|
|
|
|
|
+offset_left = 18.0
|
|
|
|
+offset_top = -244.0
|
|
|
|
+offset_right = 284.0
|
|
|
|
+offset_bottom = -218.0
|
|
|
|
+grow_vertical = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
size_flags_vertical = 0
|
|
text = "MouseModes:"
|
|
text = "MouseModes:"
|
|
-valign = 2
|
|
|
|
|
|
+metadata/_edit_layout_mode = 1
|
|
|
|
+metadata/_edit_use_custom_anchors = false
|
|
|
|
|
|
[node name="ImplementationDialog" type="AcceptDialog" parent="Control"]
|
|
[node name="ImplementationDialog" type="AcceptDialog" parent="Control"]
|
|
-offset_left = 200.0
|
|
|
|
-offset_top = 100.0
|
|
|
|
-offset_right = 600.0
|
|
|
|
-offset_bottom = 450.0
|
|
|
|
-size_flags_horizontal = 2
|
|
|
|
-size_flags_vertical = 2
|
|
|
|
-window_title = "Please be advised..."
|
|
|
|
|
|
|
|
[node name="Text" type="Label" parent="Control/ImplementationDialog"]
|
|
[node name="Text" type="Label" parent="Control/ImplementationDialog"]
|
|
offset_left = 8.0
|
|
offset_left = 8.0
|