114 lines
4.3 KiB
Plaintext
114 lines
4.3 KiB
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://b07v41toqw355"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://ui/settings.gd" id="1_cmilf"]
|
||
|
|
||
|
[node name="Settings" type="PanelContainer"]
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
theme_type_variation = &"background"
|
||
|
script = ExtResource("1_cmilf")
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
theme_override_constants/margin_left = 20
|
||
|
theme_override_constants/margin_top = 20
|
||
|
theme_override_constants/margin_right = 20
|
||
|
theme_override_constants/margin_bottom = 20
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
theme_override_constants/separation = 10
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "File Path"
|
||
|
|
||
|
[node name="FilePathLineEdit" type="LineEdit" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
caret_blink = true
|
||
|
caret_blink_interval = 0.5
|
||
|
|
||
|
[node name="FilePathButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
text = "..."
|
||
|
|
||
|
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
||
|
layout_mode = 2
|
||
|
text = "Alternative theme
|
||
|
"
|
||
|
|
||
|
[node name="ThemePathButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
text = "load"
|
||
|
|
||
|
[node name="HBoxContainer3" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="SoundCheckBox" type="CheckBox" parent="MarginContainer/VBoxContainer/HBoxContainer3"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
button_pressed = true
|
||
|
text = "Sounds"
|
||
|
|
||
|
[node name="OpenDataDirButton" type="Button" parent="MarginContainer/VBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
text = "open data dir"
|
||
|
|
||
|
[node name="AttributionsRichTextLabel" type="RichTextLabel" parent="MarginContainer/VBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 3
|
||
|
theme_type_variation = &"small_text"
|
||
|
bbcode_enabled = true
|
||
|
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.
|
||
|
"
|
||
|
|
||
|
[node name="FilePathFileDialog" type="FileDialog" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
title = "Pick Tracker File"
|
||
|
size = Vector2i(800, 600)
|
||
|
ok_button_text = "Save"
|
||
|
access = 2
|
||
|
filters = PackedStringArray("*.csv ; Comma Separated Files")
|
||
|
|
||
|
[node name="ThemePathFileDialog" type="FileDialog" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
title = "Open a File"
|
||
|
size = Vector2i(800, 600)
|
||
|
ok_button_text = "Open"
|
||
|
file_mode = 0
|
||
|
access = 2
|
||
|
filters = PackedStringArray("*.theme ; Theme Files")
|