mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
godot-configurator: starting to input all items
This commit is contained in:
parent
c6341d8bf9
commit
f0a4ab06c6
0
tools/configurator/Button.gd
Normal file → Executable file
0
tools/configurator/Button.gd
Normal file → Executable file
0
tools/configurator/Button2.gd
Normal file → Executable file
0
tools/configurator/Button2.gd
Normal file → Executable file
0
tools/configurator/ProgressBar.gd
Normal file → Executable file
0
tools/configurator/ProgressBar.gd
Normal file → Executable file
0
tools/configurator/ProgressButton.gd
Normal file → Executable file
0
tools/configurator/ProgressButton.gd
Normal file → Executable file
0
tools/configurator/export_presets.cfg
Normal file → Executable file
0
tools/configurator/export_presets.cfg
Normal file → Executable file
0
tools/configurator/icon.svg
Normal file → Executable file
0
tools/configurator/icon.svg
Normal file → Executable 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
0
tools/configurator/icon.svg.import
Normal file → Executable file
0
tools/configurator/main.gd
Normal file → Executable file
0
tools/configurator/main.gd
Normal file → Executable file
62
tools/configurator/main.tscn
Normal file → Executable file
62
tools/configurator/main.tscn
Normal file → Executable 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
0
tools/configurator/progress_file.sh
Normal file → Executable file
0
tools/configurator/project.godot
Normal file → Executable file
0
tools/configurator/project.godot
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_blood.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_blood.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_dark_fade.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_dark_fade.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_leather.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_leather.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_magic.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_magic.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_nature.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_nature.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_paper.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_paper.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_rose.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_rose.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_sky.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_elements_sky.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_icons.png.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/8x8_ui_icons.png.import
Normal file → Executable file
92
tools/configurator/res/pixel_ui_theme/PixelTheme.tres
Normal file → Executable 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
0
tools/configurator/res/pixel_ui_theme/PixelTheme_sky.tres
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/PixelTheme_sky.tres
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/m5x7.ttf.import
Normal file → Executable file
0
tools/configurator/res/pixel_ui_theme/m5x7.ttf.import
Normal file → Executable file
Loading…
Reference in a new issue