mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Update Operating System Testing demo for 4.0.rc2 (#847)
This commit is contained in:
@@ -26,165 +26,108 @@ theme_override_constants/separation = 10
|
||||
|
||||
[node name="Features" type="RichTextLabel" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
offset_right = 551.0
|
||||
offset_bottom = 608.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
bbcode_enabled = true
|
||||
|
||||
[node name="Actions" type="VBoxContainer" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 561.0
|
||||
offset_right = 1112.0
|
||||
offset_bottom = 608.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
script = ExtResource("4")
|
||||
|
||||
[node name="Label" type="Label" parent="HBoxContainer/Actions"]
|
||||
layout_mode = 2
|
||||
offset_right = 551.0
|
||||
offset_bottom = 37.0
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "Actions"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="HBoxContainer/Actions"]
|
||||
layout_mode = 2
|
||||
offset_top = 41.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 608.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 2
|
||||
|
||||
[node name="OpenShellWeb" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_right = 274.0
|
||||
offset_bottom = 78.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Open Shell (web)"
|
||||
|
||||
[node name="OpenShellFolder" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 278.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 78.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Open Shell (folder)"
|
||||
|
||||
[node name="ChangeWindowTitle" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_top = 82.0
|
||||
offset_right = 274.0
|
||||
offset_bottom = 160.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Change Window Title"
|
||||
|
||||
[node name="ChangeWindowIcon" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 278.0
|
||||
offset_top = 82.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 160.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Change Window Icon"
|
||||
|
||||
[node name="MoveWindowToForeground" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_top = 164.0
|
||||
offset_right = 274.0
|
||||
offset_bottom = 242.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Move Window to Foreground"
|
||||
|
||||
[node name="RequestAttention" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 278.0
|
||||
offset_top = 164.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 242.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Request Attention"
|
||||
|
||||
[node name="VibrateDeviceShort" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_top = 246.0
|
||||
offset_right = 274.0
|
||||
offset_bottom = 324.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Vibrate Device (200 ms)"
|
||||
|
||||
[node name="VibrateDeviceLong" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 278.0
|
||||
offset_top = 246.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 324.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Vibrate Device (1000 ms)"
|
||||
|
||||
[node name="AddGlobalMenuItems" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_top = 328.0
|
||||
offset_right = 274.0
|
||||
offset_bottom = 405.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Add Global Menu Items"
|
||||
|
||||
[node name="RemoveGlobalMenuItem" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 278.0
|
||||
offset_top = 328.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 405.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Remove Global Menu Item"
|
||||
|
||||
[node name="GetClipboard" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_top = 409.0
|
||||
offset_right = 274.0
|
||||
offset_bottom = 486.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Get Clipboard Contents"
|
||||
|
||||
[node name="SetClipboard" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 278.0
|
||||
offset_top = 409.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 486.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Set Clipboard Contents"
|
||||
|
||||
[node name="DisplayAlert" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_top = 490.0
|
||||
offset_right = 274.0
|
||||
offset_bottom = 567.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Display Alert"
|
||||
|
||||
[node name="KillCurrentProcess" type="Button" parent="HBoxContainer/Actions/GridContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 278.0
|
||||
offset_top = 490.0
|
||||
offset_right = 551.0
|
||||
offset_bottom = 567.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Kill Current Process"
|
||||
|
||||
Reference in New Issue
Block a user