godot-configurator: starting to input all items

This commit is contained in:
XargonWan 2023-10-02 18:06:43 +02:00
parent c6341d8bf9
commit f0a4ab06c6
24 changed files with 104 additions and 50 deletions

0
tools/configurator/Button.gd Normal file → Executable file
View file

0
tools/configurator/Button2.gd Normal file → Executable file
View file

0
tools/configurator/ProgressBar.gd Normal file → Executable file
View file

0
tools/configurator/ProgressButton.gd Normal file → Executable file
View file

0
tools/configurator/export_presets.cfg Normal file → Executable file
View file

0
tools/configurator/icon.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

0
tools/configurator/icon.svg.import Normal file → Executable file
View file

0
tools/configurator/main.gd Normal file → Executable file
View file

62
tools/configurator/main.tscn Normal file → Executable file
View file

@ -194,10 +194,10 @@ text = "Advanced"
[node name="cheevos_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"]
layout_mode = 0
offset_left = 18.0
offset_top = 239.0
offset_right = 337.0
offset_bottom = 536.0
offset_left = 496.0
offset_top = 13.0
offset_right = 944.0
offset_bottom = 275.0
[node name="cheevos" type="CheckButton" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
@ -263,6 +263,60 @@ layout_mode = 2
disabled = true
text = "Show Throphies"
[node name="netplay_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"]
layout_mode = 0
offset_left = 498.0
offset_top = 323.0
offset_right = 942.0
offset_bottom = 495.0
[node name="netplay" type="Label" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
text = "Netplay"
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
[node name="netplay_id" type="Label" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
text = "Netplay ID:"
[node name="netplay_id" type="LineEdit" parent="MarginContainer/TabContainer/General/netplay_container/netplay_id"]
layout_mode = 2
offset_left = 116.0
offset_top = 1.0
offset_right = 318.0
offset_bottom = 35.0
text = "RetroDECK"
placeholder_text = "RetroDECK"
[node name="netplay_address" type="Label" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
text = "Address:"
[node name="netplay_address" type="LineEdit" parent="MarginContainer/TabContainer/General/netplay_container/netplay_address"]
layout_mode = 2
offset_left = 116.0
offset_top = 1.0
offset_right = 318.0
offset_bottom = 35.0
text = "127.0.0.1"
placeholder_text = "127.0.0.1"
[node name="netplay_join_disconnect" type="HBoxContainer" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 8
[node name="netplay_join" type="Button" parent="MarginContainer/TabContainer/General/netplay_container/netplay_join_disconnect"]
layout_mode = 2
text = "Join"
[node name="netplay_disconnect" type="Button" parent="MarginContainer/TabContainer/General/netplay_container/netplay_join_disconnect"]
layout_mode = 2
disabled = true
text = "Disconnect"
[node name="Graphics" type="TabBar" parent="MarginContainer/TabContainer"]
visible = false
layout_mode = 2

0
tools/configurator/progress_file.sh Normal file → Executable file
View file

0
tools/configurator/project.godot Normal file → Executable file
View file

View file

View file

View file

View file

View file

View file

View file

92
tools/configurator/res/pixel_ui_theme/PixelTheme.tres Normal file → Executable file

File diff suppressed because one or more lines are too long

View file

0
tools/configurator/res/pixel_ui_theme/m5x7.ttf.import Normal file → Executable file
View file