[gd_scene load_steps=2 format=2] [ext_resource path="res://ui/settings.gd" type="Script" id=1] [node name="Settings" type="MarginContainer"] anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 script = ExtResource( 1 ) [node name="VBoxContainer" type="VBoxContainer" parent="."] margin_right = 360.0 margin_bottom = 760.0 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] margin_right = 360.0 margin_bottom = 24.0 size_flags_horizontal = 3 [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"] margin_top = 5.0 margin_right = 55.0 margin_bottom = 19.0 text = "File Path" [node name="FilePathLineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true margin_left = 59.0 margin_right = 223.0 margin_bottom = 24.0 size_flags_horizontal = 3 caret_blink = true caret_blink_speed = 0.5 [node name="FilePathButton" type="Button" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true margin_left = 227.0 margin_right = 251.0 margin_bottom = 24.0 text = "..." [node name="FilePathOpenButton" type="Button" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true margin_left = 255.0 margin_right = 360.0 margin_bottom = 24.0 text = "open directory" [node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"] margin_top = 28.0 margin_right = 360.0 margin_bottom = 48.0 size_flags_horizontal = 3 [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"] margin_top = 3.0 margin_right = 118.0 margin_bottom = 17.0 text = "Alternative Theme" [node name="ThemePathButton" type="Button" parent="VBoxContainer/HBoxContainer2"] unique_name_in_owner = true margin_left = 122.0 margin_right = 161.0 margin_bottom = 20.0 text = "load" [node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"] margin_top = 52.0 margin_right = 360.0 margin_bottom = 76.0 size_flags_horizontal = 3 [node name="SoundCheckBox" type="CheckBox" parent="VBoxContainer/HBoxContainer3"] unique_name_in_owner = true margin_right = 74.0 margin_bottom = 24.0 text = "sounds" [node name="OpenDataDirButton" type="Button" parent="VBoxContainer"] unique_name_in_owner = true margin_top = 80.0 margin_right = 360.0 margin_bottom = 100.0 text = "Open data dir" [node name="AttributionsRichTextLabel" type="RichTextLabel" parent="VBoxContainer"] unique_name_in_owner = true margin_top = 104.0 margin_right = 360.0 margin_bottom = 760.0 size_flags_vertical = 3 theme_type_variation = "small_text" bbcode_enabled = true bbcode_text = "Font: Cairo, Designed by Mohamed Gaber, Accademia di Belle Arti di Urbino Sound: [url]https://opengameart.org/content/bubbles-pop[/url] 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 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. " [node name="CanvasLayer" type="CanvasLayer" parent="."] [node name="FilePathFileDialog" type="FileDialog" parent="CanvasLayer"] unique_name_in_owner = true anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 window_title = "Pick a file" resizable = true dialog_hide_on_ok = true mode_overrides_title = false access = 2 filters = PoolStringArray( "*.csv ; Comma Separated Files" ) [node name="ThemePathFileDialog" type="FileDialog" parent="CanvasLayer"] unique_name_in_owner = true anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 window_title = "Open a File" resizable = true dialog_hide_on_ok = true mode_overrides_title = false mode = 0 access = 2 filters = PoolStringArray( "*.theme ; Theme Files" )