RingOfRaces/modules/godot_remote/godot_remote_client/AssetsInSuperSecureAndUn1queF0lder/Scenes/GUI.tscn

396 lines
11 KiB
Plaintext

[gd_scene load_steps=15 format=2]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scripts/GodotRemoteClient.gd" type="Script" id=1]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Styles/NormalLight.tres" type="FontFile" id=2]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scenes/GRStats.tscn" type="PackedScene" id=3]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Styles/MainTheme.tres" type="Theme" id=4]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Textures/tap_screen.png" type="Texture2D" id=5]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scenes/GRSettings.tscn" type="PackedScene" id=6]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scenes/CustomPopupTextInput.tscn" type="PackedScene" id=7]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scripts/PlsRatePopup.gd" type="Script" id=8]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scripts/PlsSupportPopup.gd" type="Script" id=9]
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scripts/Changelog.gd" type="Script" id=10]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.133333, 0.164706, 0.188235, 0.815686 )
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 0.0901961, 0.109804, 0.12549, 0.847059 )
corner_detail = 1
[sub_resource type="Theme" id=2]
default_font = ExtResource( 2 )
[sub_resource type="GDScript" id=3]
script/source = "extends Button
func _pressed() -> void:
OS.shell_open(\"https://github.com/DmitriySalnikov/GodotRemote#godot-remote\")
"
[sub_resource type="GDScript" id=4]
script/source = "extends Button
func _pressed() -> void:
get_parent().get_parent().hide()
"
[node name="GodotRemote" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
theme = ExtResource( 4 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BackgroundTouchHint" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="BackgroundTouchHint"]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 0
grow_vertical = 0
mouse_filter = 2
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="BackgroundTouchHint/Panel"]
self_modulate = Color( 0.921569, 0.921569, 0.921569, 1 )
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 33.0
offset_top = 33.0
offset_right = -33.0
offset_bottom = -33.0
grow_horizontal = 0
grow_vertical = 0
texture = ExtResource( 5 )
stretch_mode = 4
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Stream" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 0
grow_vertical = 0
focus_mode = 2
mouse_filter = 1
theme = SubResource( 2 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Stats" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="GRStats" parent="Stats" instance=ExtResource( 3 )]
offset_right = 96.0
offset_bottom = 64.0
[node name="GRSettings" parent="." instance=ExtResource( 6 )]
visible = false
offset_bottom = 0.0
[node name="CustomPopupTextInput" parent="." instance=ExtResource( 7 )]
visible = false
[node name="PlsSupportPopup" type="Window" parent="."]
visible = true
offset_left = -838.665
offset_top = 424.185
offset_right = -138.665
offset_bottom = 559.185
custom_minimum_size = Vector2( 500, 135 )
window_title = "Do you like this app?"
script = ExtResource( 9 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="VBoxContainer" parent="PlsSupportPopup"]
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 16.0
offset_top = 16.0
offset_right = -16.0
offset_bottom = -16.0
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="PlsSupportPopup/HBoxContainer"]
offset_top = 1.0
offset_right = 668.0
offset_bottom = 47.0
size_flags_vertical = 6
text = "Please support the developer"
align = 1
valign = 1
[node name="Control" type="Control" parent="PlsSupportPopup/HBoxContainer"]
offset_top = 53.0
offset_right = 668.0
offset_bottom = 53.0
[node name="HBoxContainer" type="HBoxContainer" parent="PlsSupportPopup/HBoxContainer"]
offset_top = 57.0
offset_right = 668.0
offset_bottom = 103.0
[node name="Button" type="Button" parent="PlsSupportPopup/HBoxContainer/HBoxContainer"]
offset_right = 332.0
offset_bottom = 46.0
size_flags_horizontal = 3
text = "Support"
[node name="Button2" type="Button" parent="PlsSupportPopup/HBoxContainer/HBoxContainer"]
offset_left = 336.0
offset_right = 668.0
offset_bottom = 46.0
size_flags_horizontal = 3
text = "Not now"
[node name="Changelog" type="PopupPanel" parent="."]
visible = true
offset_left = -1562.0
offset_top = 101.0
offset_right = -873.0
offset_bottom = 641.0
custom_minimum_size = Vector2( 500, 540 )
exclusive = true
script = ExtResource( 10 )
__meta__ = {
"_edit_lock_": true
}
[node name="HBoxContainer" type="VBoxContainer" parent="Changelog"]
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 16.0
offset_top = 16.0
offset_right = -16.0
offset_bottom = -16.0
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="Changelog/HBoxContainer"]
offset_right = 657.0
offset_bottom = 46.0
text = "Godot Remote Updated"
align = 1
[node name="Control" type="ScrollContainer" parent="Changelog/HBoxContainer"]
offset_top = 50.0
offset_right = 657.0
offset_bottom = 458.0
size_flags_vertical = 3
[node name="ListOfChanges" type="Label" parent="Changelog/HBoxContainer/Control"]
offset_right = 657.0
offset_bottom = 46.0
size_flags_horizontal = 3
size_flags_vertical = 1
custom_fonts/font = ExtResource( 2 )
text = " don't forget to write a changelog..."
autowrap = true
[node name="HBoxContainer" type="HBoxContainer" parent="Changelog/HBoxContainer"]
offset_top = 462.0
offset_right = 657.0
offset_bottom = 508.0
[node name="Button" type="Button" parent="Changelog/HBoxContainer/HBoxContainer"]
offset_right = 240.0
offset_bottom = 46.0
size_flags_horizontal = 3
text = "Okay, I get it!"
[node name="Button2" type="Button" parent="Changelog/HBoxContainer/HBoxContainer"]
offset_left = 244.0
offset_right = 657.0
offset_bottom = 46.0
size_flags_horizontal = 3
text = "How do I update the server?"
[node name="PlsRatePopup" type="Window" parent="."]
visible = true
offset_left = -839.331
offset_top = 100.887
offset_right = -141.331
offset_bottom = 362.887
custom_minimum_size = Vector2( 500, 135 )
exclusive = true
window_title = "Rate This App"
script = ExtResource( 8 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="VBoxContainer" parent="PlsRatePopup"]
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 16.0
offset_top = 16.0
offset_right = -16.0
offset_bottom = -16.0
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="PlsRatePopup/HBoxContainer"]
offset_top = 65.0
offset_right = 666.0
offset_bottom = 111.0
size_flags_vertical = 6
text = "Do you want to rate this app?"
align = 1
valign = 1
[node name="Control" type="Control" parent="PlsRatePopup/HBoxContainer"]
offset_top = 180.0
offset_right = 666.0
offset_bottom = 180.0
[node name="HBoxContainer" type="HBoxContainer" parent="PlsRatePopup/HBoxContainer"]
offset_top = 184.0
offset_right = 666.0
offset_bottom = 230.0
[node name="yes" type="Button" parent="PlsRatePopup/HBoxContainer/HBoxContainer"]
offset_right = 219.0
offset_bottom = 46.0
size_flags_horizontal = 3
text = "Yes"
[node name="no" type="Button" parent="PlsRatePopup/HBoxContainer/HBoxContainer"]
offset_left = 223.0
offset_right = 442.0
offset_bottom = 46.0
size_flags_horizontal = 3
text = "No, thanks"
[node name="later" type="Button" parent="PlsRatePopup/HBoxContainer/HBoxContainer"]
offset_left = 446.0
offset_right = 666.0
offset_bottom = 46.0
size_flags_horizontal = 3
text = "Not now"
[node name="FirstLaunchHint" type="PopupPanel" parent="."]
visible = true
offset_left = -1558.0
offset_top = 699.0
offset_right = -430.0
offset_bottom = 1368.0
custom_minimum_size = Vector2( 700, 503 )
exclusive = true
__meta__ = {
"_edit_lock_": true
}
[node name="VBox" type="VBoxContainer" parent="FirstLaunchHint"]
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 8.0
offset_top = 8.0
offset_right = -8.0
offset_bottom = -8.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="FirstLaunchHint/VBox"]
offset_right = 1112.0
offset_bottom = 46.0
grow_horizontal = 0
grow_vertical = 0
text = "Welcome"
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label3" type="Label" parent="FirstLaunchHint/VBox"]
offset_top = 110.0
offset_right = 1112.0
offset_bottom = 238.0
grow_horizontal = 0
grow_vertical = 0
size_flags_vertical = 6
text = "THIS IS NOT A GAME!
Godot Remote gives you ability to control your Godot Engine projects remotely over WiFi or USB."
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="FirstLaunchHint/VBox"]
offset_top = 303.0
offset_right = 1112.0
offset_bottom = 349.0
text = "Open the documentation page"
script = SubResource( 3 )
[node name="Label2" type="Label" parent="FirstLaunchHint/VBox"]
offset_top = 434.0
offset_right = 1112.0
offset_bottom = 521.0
grow_horizontal = 0
grow_vertical = 0
size_flags_vertical = 6
text = "To reopen this screen, click on the 'Godot Remote' version in settings.
To open app settings touch the screen with %d fingers at once."
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button2" type="Button" parent="FirstLaunchHint/VBox"]
offset_top = 607.0
offset_right = 1112.0
offset_bottom = 653.0
text = "Okay, I get it!"
script = SubResource( 4 )
[connection signal="pressed" from="PlsSupportPopup/HBoxContainer/HBoxContainer/Button" to="PlsSupportPopup" method="_on_Button_pressed"]
[connection signal="pressed" from="PlsSupportPopup/HBoxContainer/HBoxContainer/Button2" to="PlsSupportPopup" method="_on_Button2_pressed"]
[connection signal="pressed" from="Changelog/HBoxContainer/HBoxContainer/Button" to="Changelog" method="_on_Button_pressed"]
[connection signal="pressed" from="Changelog/HBoxContainer/HBoxContainer/Button2" to="Changelog" method="_on_Button2_pressed"]
[connection signal="pressed" from="PlsRatePopup/HBoxContainer/HBoxContainer/yes" to="PlsRatePopup" method="_on_yes_pressed"]
[connection signal="pressed" from="PlsRatePopup/HBoxContainer/HBoxContainer/no" to="PlsRatePopup" method="_on_no_pressed"]
[connection signal="pressed" from="PlsRatePopup/HBoxContainer/HBoxContainer/later" to="PlsRatePopup" method="_on_later_pressed"]