mirror of
				https://github.com/RetroDECK/RetroDECK.git
				synced 2025-04-10 19:15:12 +00:00 
			
		
		
		
	godot-configurator: adding items
This commit is contained in:
		
							parent
							
								
									0bab4041d1
								
							
						
					
					
						commit
						c6341d8bf9
					
				|  | @ -1,4 +1,4 @@ | |||
| [gd_scene load_steps=11 format=3 uid="uid://qk2gw74anwlq"] | ||||
| [gd_scene load_steps=10 format=3 uid="uid://qk2gw74anwlq"] | ||||
| 
 | ||||
| [ext_resource type="Theme" uid="uid://yqkvsb5q7pab" path="res://res/pixel_ui_theme/PixelTheme.tres" id="1_36ht7"] | ||||
| [ext_resource type="Texture2D" uid="uid://bv6vh33cnfaw4" path="res://icon.svg" id="1_axfei"] | ||||
|  | @ -7,7 +7,6 @@ | |||
| [ext_resource type="Script" path="res://Button2.gd" id="4_u2f14"] | ||||
| [ext_resource type="Script" path="res://ProgressButton.gd" id="5_slq0p"] | ||||
| [ext_resource type="Script" path="res://ProgressBar.gd" id="6_cx658"] | ||||
| [ext_resource type="Theme" uid="uid://wdhwb87x2roh" path="res://res/pixel_ui_theme/PixelTheme_sky.tres" id="9_pqk3q"] | ||||
| 
 | ||||
| [sub_resource type="LabelSettings" id="LabelSettings_b77hh"] | ||||
| font_size = 24 | ||||
|  | @ -23,6 +22,7 @@ layout_mode = 3 | |||
| anchors_preset = 15 | ||||
| anchor_right = 1.0 | ||||
| anchor_bottom = 1.0 | ||||
| offset_bottom = 15.0 | ||||
| grow_horizontal = 2 | ||||
| grow_vertical = 2 | ||||
| theme = ExtResource("1_36ht7") | ||||
|  | @ -60,15 +60,9 @@ horizontal_alignment = 1 | |||
| [node name="VBoxContainerButtons" type="VBoxContainer" parent="."] | ||||
| visible = false | ||||
| layout_mode = 1 | ||||
| anchors_preset = 8 | ||||
| anchor_left = 0.5 | ||||
| anchor_top = 0.5 | ||||
| anchor_right = 0.5 | ||||
| anchor_bottom = 0.5 | ||||
| offset_left = -74.0 | ||||
| offset_top = -66.0 | ||||
| offset_right = 273.0 | ||||
| offset_bottom = 66.0 | ||||
| anchors_preset = 15 | ||||
| anchor_right = 1.0 | ||||
| anchor_bottom = 1.0 | ||||
| grow_horizontal = 2 | ||||
| grow_vertical = 2 | ||||
| 
 | ||||
|  | @ -117,9 +111,12 @@ value = 25.0 | |||
| script = ExtResource("6_cx658") | ||||
| 
 | ||||
| [node name="MarginContainer" type="MarginContainer" parent="."] | ||||
| layout_mode = 0 | ||||
| offset_right = 958.0 | ||||
| offset_bottom = 541.0 | ||||
| layout_mode = 1 | ||||
| anchors_preset = 15 | ||||
| anchor_right = 1.0 | ||||
| anchor_bottom = 1.0 | ||||
| grow_horizontal = 2 | ||||
| grow_vertical = 2 | ||||
| 
 | ||||
| [node name="TabContainer" type="TabContainer" parent="MarginContainer"] | ||||
| layout_mode = 2 | ||||
|  | @ -129,115 +126,142 @@ theme = ExtResource("1_36ht7") | |||
| layout_mode = 2 | ||||
| theme = ExtResource("1_36ht7") | ||||
| 
 | ||||
| [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/General"] | ||||
| [node name="game_control_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"] | ||||
| layout_mode = 0 | ||||
| offset_left = 16.0 | ||||
| offset_top = 19.0 | ||||
| offset_right = 336.0 | ||||
| offset_bottom = 178.0 | ||||
| 
 | ||||
| [node name="resume" type="CheckButton" parent="MarginContainer/TabContainer/General/VBoxContainer"] | ||||
| [node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/General/game_control_container"] | ||||
| layout_mode = 2 | ||||
| text = "Game Control" | ||||
| 
 | ||||
| [node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/General/game_control_container"] | ||||
| layout_mode = 2 | ||||
| 
 | ||||
| [node name="resume" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"] | ||||
| layout_mode = 2 | ||||
| button_pressed = true | ||||
| text = "Quick Resume" | ||||
| 
 | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/VBoxContainer/resume"] | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/resume"] | ||||
| layout_mode = 0 | ||||
| offset_left = 328.0 | ||||
| offset_right = 404.0 | ||||
| offset_bottom = 29.0 | ||||
| theme = ExtResource("9_pqk3q") | ||||
| disabled = true | ||||
| text = "Advanced" | ||||
| 
 | ||||
| [node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/General/VBoxContainer"] | ||||
| [node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"] | ||||
| layout_mode = 2 | ||||
| text = "Rewind" | ||||
| 
 | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/VBoxContainer/rewind"] | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/rewind"] | ||||
| layout_mode = 0 | ||||
| offset_left = 328.0 | ||||
| offset_right = 404.0 | ||||
| offset_bottom = 29.0 | ||||
| theme = ExtResource("9_pqk3q") | ||||
| disabled = true | ||||
| text = "Advanced" | ||||
| 
 | ||||
| [node name="quitconfirm" type="CheckButton" parent="MarginContainer/TabContainer/General/VBoxContainer"] | ||||
| [node name="quitconfirm" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"] | ||||
| layout_mode = 2 | ||||
| button_pressed = true | ||||
| text = "Quit Confirmation | ||||
| " | ||||
| 
 | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/VBoxContainer/quitconfirm"] | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/quitconfirm"] | ||||
| layout_mode = 0 | ||||
| offset_left = 328.0 | ||||
| offset_right = 404.0 | ||||
| offset_bottom = 29.0 | ||||
| theme = ExtResource("9_pqk3q") | ||||
| disabled = true | ||||
| text = "Advanced" | ||||
| 
 | ||||
| [node name="cheats" type="CheckButton" parent="MarginContainer/TabContainer/General/VBoxContainer"] | ||||
| [node name="cheats" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"] | ||||
| layout_mode = 2 | ||||
| disabled = true | ||||
| text = "Cheats (coming soon)" | ||||
| 
 | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/VBoxContainer/cheats"] | ||||
| [node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/cheats"] | ||||
| layout_mode = 0 | ||||
| offset_left = 328.0 | ||||
| offset_right = 404.0 | ||||
| offset_bottom = 29.0 | ||||
| theme = ExtResource("9_pqk3q") | ||||
| disabled = true | ||||
| text = "Advanced" | ||||
| 
 | ||||
| [node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/TabContainer/General"] | ||||
| [node name="cheevos_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"] | ||||
| layout_mode = 0 | ||||
| offset_left = 16.0 | ||||
| offset_top = 199.0 | ||||
| offset_right = 339.0 | ||||
| offset_bottom = 385.0 | ||||
| offset_left = 18.0 | ||||
| offset_top = 239.0 | ||||
| offset_right = 337.0 | ||||
| offset_bottom = 536.0 | ||||
| 
 | ||||
| [node name="cheevos" type="CheckButton" parent="MarginContainer/TabContainer/General/VBoxContainer2"] | ||||
| [node name="cheevos" type="CheckButton" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| text = "Retro Achievements" | ||||
| 
 | ||||
| [node name="HSeparator" type="HSeparator" parent="MarginContainer/TabContainer/General/VBoxContainer2"] | ||||
| [node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| 
 | ||||
| [node name="cheevos_username_lab" type="Label" parent="MarginContainer/TabContainer/General/VBoxContainer2"] | ||||
| [node name="cheevos_username_lab" type="Label" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| text = "Username:" | ||||
| 
 | ||||
| [node name="cheevos_username" type="LineEdit" parent="MarginContainer/TabContainer/General/VBoxContainer2/cheevos_username_lab"] | ||||
| [node name="cheevos_username" type="LineEdit" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_username_lab"] | ||||
| layout_mode = 2 | ||||
| offset_left = 116.0 | ||||
| offset_top = 1.0 | ||||
| offset_right = 439.0 | ||||
| offset_right = 318.0 | ||||
| offset_bottom = 35.0 | ||||
| text = "username" | ||||
| placeholder_text = "username" | ||||
| 
 | ||||
| [node name="cheevos_pass_lab" type="Label" parent="MarginContainer/TabContainer/General/VBoxContainer2"] | ||||
| [node name="cheevos_pass_lab" type="Label" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| text = "Password:" | ||||
| 
 | ||||
| [node name="cheevos_pass" type="LineEdit" parent="MarginContainer/TabContainer/General/VBoxContainer2/cheevos_pass_lab"] | ||||
| [node name="cheevos_pass" type="LineEdit" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_pass_lab"] | ||||
| layout_mode = 2 | ||||
| offset_left = 116.0 | ||||
| offset_top = 1.0 | ||||
| offset_right = 439.0 | ||||
| offset_right = 318.0 | ||||
| offset_bottom = 35.0 | ||||
| text = "password" | ||||
| placeholder_text = "password" | ||||
| secret = true | ||||
| secret_character = "*" | ||||
| 
 | ||||
| [node name="cheevos_show" type="Button" parent="MarginContainer/TabContainer/General/VBoxContainer2"] | ||||
| [node name="cheevos_advanced" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| disabled = true | ||||
| text = "Show Achievements" | ||||
| text = "Advanced" | ||||
| 
 | ||||
| [node name="cheevos_hardcore" type="CheckButton" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| disabled = true | ||||
| text = "Hardcore Mode (soon)" | ||||
| 
 | ||||
| [node name="cheevos_loginout_container" type="HBoxContainer" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| size_flags_horizontal = 8 | ||||
| size_flags_vertical = 8 | ||||
| 
 | ||||
| [node name="cheevos_login" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_loginout_container"] | ||||
| layout_mode = 2 | ||||
| text = "Login" | ||||
| 
 | ||||
| [node name="cheevos_logout" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_loginout_container"] | ||||
| layout_mode = 2 | ||||
| disabled = true | ||||
| text = "Logout" | ||||
| 
 | ||||
| [node name="cheevos_show" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container"] | ||||
| layout_mode = 2 | ||||
| disabled = true | ||||
| text = "Show Throphies" | ||||
| 
 | ||||
| [node name="Graphics" type="TabBar" parent="MarginContainer/TabContainer"] | ||||
| visible = false | ||||
|  |  | |||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
		Reference in a new issue