rat-times/ui/settings.tscn

152 lines
5.9 KiB
Plaintext
Raw Normal View History

2023-03-09 20:26:57 +00:00
[gd_scene load_steps=2 format=2]
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[ext_resource path="res://ui/settings.gd" type="Script" id=1]
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="Settings" type="MarginContainer"]
2023-03-04 13:31:27 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-09 20:26:57 +00:00
script = ExtResource( 1 )
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="VBoxContainer" type="VBoxContainer" parent="."]
2023-04-25 22:31:12 +00:00
margin_right = 505.0
2023-03-09 20:26:57 +00:00
margin_bottom = 760.0
2023-03-04 13:31:27 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-09 20:26:57 +00:00
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
2023-04-25 22:31:12 +00:00
margin_right = 505.0
margin_bottom = 45.0
2023-03-04 13:31:27 +00:00
size_flags_horizontal = 3
2023-03-09 20:26:57 +00:00
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
2023-04-25 22:31:12 +00:00
margin_top = 10.0
margin_right = 92.0
margin_bottom = 35.0
2023-03-04 13:31:27 +00:00
text = "File Path"
2023-03-09 20:26:57 +00:00
[node name="FilePathLineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-25 22:31:12 +00:00
margin_left = 100.0
margin_right = 264.0
margin_bottom = 45.0
2023-03-04 13:31:27 +00:00
size_flags_horizontal = 3
caret_blink = true
2023-03-09 20:26:57 +00:00
caret_blink_speed = 0.5
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="FilePathButton" type="Button" parent="VBoxContainer/HBoxContainer"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-25 22:31:12 +00:00
margin_left = 272.0
margin_right = 314.0
margin_bottom = 45.0
2023-03-04 13:31:27 +00:00
text = "..."
2023-04-22 20:02:31 +00:00
[node name="FilePathOpenButton" type="Button" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
2023-04-25 22:31:12 +00:00
margin_left = 322.0
margin_right = 505.0
margin_bottom = 45.0
2023-04-22 20:02:31 +00:00
text = "open directory"
2023-03-09 20:26:57 +00:00
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
2023-04-25 22:31:12 +00:00
margin_top = 53.0
margin_right = 505.0
margin_bottom = 90.0
2023-03-09 20:26:57 +00:00
size_flags_horizontal = 3
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"]
2023-04-25 22:31:12 +00:00
margin_top = 6.0
margin_right = 199.0
margin_bottom = 31.0
2023-03-09 20:26:57 +00:00
text = "Alternative Theme"
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="ThemePathButton" type="Button" parent="VBoxContainer/HBoxContainer2"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-25 22:31:12 +00:00
margin_left = 207.0
margin_right = 278.0
margin_bottom = 37.0
2023-03-04 13:31:27 +00:00
text = "load"
2023-03-09 20:26:57 +00:00
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
2023-04-25 22:31:12 +00:00
margin_top = 98.0
margin_right = 505.0
margin_bottom = 146.0
2023-03-09 20:26:57 +00:00
size_flags_horizontal = 3
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="SoundCheckBox" type="CheckBox" parent="VBoxContainer/HBoxContainer3"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-25 22:31:12 +00:00
margin_right = 134.0
margin_bottom = 48.0
2023-03-09 20:26:57 +00:00
text = "sounds"
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="OpenDataDirButton" type="Button" parent="VBoxContainer"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-25 22:31:12 +00:00
margin_top = 154.0
margin_right = 505.0
margin_bottom = 191.0
2023-03-09 20:26:57 +00:00
text = "Open data dir"
2023-03-04 13:31:27 +00:00
2023-03-09 20:26:57 +00:00
[node name="AttributionsRichTextLabel" type="RichTextLabel" parent="VBoxContainer"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-25 22:31:12 +00:00
margin_top = 199.0
margin_right = 505.0
2023-03-09 20:26:57 +00:00
margin_bottom = 760.0
2023-03-04 13:31:27 +00:00
size_flags_vertical = 3
2023-04-22 20:02:31 +00:00
theme_type_variation = "small_text"
2023-03-04 13:31:27 +00:00
bbcode_enabled = true
2023-03-09 20:26:57 +00:00
bbcode_text = "Font: Cairo, Designed by Mohamed Gaber, Accademia di Belle Arti di Urbino
2023-03-04 13:31:27 +00:00
Sound: [url]https://opengameart.org/content/bubbles-pop[/url]
2023-03-09 20:26:57 +00:00
This game uses Godot Engine, available under the following license:
Copyright (c) 2014-present Godot Engine contributors. Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"
text = "Font: Cairo, Designed by Mohamed Gaber, Accademia di Belle Arti di Urbino
Sound: https://opengameart.org/content/bubbles-pop
2023-03-04 13:31:27 +00:00
This game uses Godot Engine, available under the following license:
Copyright (c) 2014-present Godot Engine contributors. Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"
2023-04-22 01:08:05 +00:00
[node name="CanvasLayer" type="CanvasLayer" parent="."]
2023-04-30 16:47:36 +00:00
[node name="Popups" type="Control" parent="CanvasLayer"]
margin_right = 40.0
margin_bottom = 40.0
mouse_filter = 2
[node name="FilePathFileDialog" type="FileDialog" parent="CanvasLayer/Popups"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-30 16:47:36 +00:00
margin_right = 1092.0
margin_bottom = 762.0
window_title = "Select CSV"
2023-04-22 01:08:05 +00:00
dialog_hide_on_ok = true
2023-03-04 13:31:27 +00:00
access = 2
2023-04-30 16:47:36 +00:00
filters = PoolStringArray( "*.csv ; CSV Files" )
2023-03-04 13:31:27 +00:00
2023-04-30 16:47:36 +00:00
[node name="ThemePathFileDialog" type="FileDialog" parent="CanvasLayer/Popups"]
2023-03-04 13:31:27 +00:00
unique_name_in_owner = true
2023-04-30 16:47:36 +00:00
margin_right = 1092.0
margin_bottom = 762.0
window_title = "Select a Theme File"
2023-04-22 01:08:05 +00:00
dialog_hide_on_ok = true
2023-03-09 20:26:57 +00:00
mode = 0
2023-03-04 13:31:27 +00:00
access = 2
2023-03-09 20:26:57 +00:00
filters = PoolStringArray( "*.theme ; Theme Files" )