173 lines
5.0 KiB
Plaintext
173 lines
5.0 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://widgets/RomSelect.gd" type="Script" id=2]
|
|
|
|
[node name="RomSelect" type="PanelContainer"]
|
|
margin_right = 480.0
|
|
margin_bottom = 360.0
|
|
rect_min_size = Vector2( 360, 360 )
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 476.0
|
|
margin_bottom = 356.0
|
|
custom_constants/separation = 4
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_right = 472.0
|
|
margin_bottom = 14.0
|
|
text = "Select a ROM from your device's storage"
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
|
margin_top = 18.0
|
|
margin_right = 472.0
|
|
margin_bottom = 49.0
|
|
rect_min_size = Vector2( 0, 31 )
|
|
scroll_vertical_enabled = false
|
|
|
|
[node name="folder_buttons" type="HBoxContainer" parent="VBoxContainer/ScrollContainer"]
|
|
custom_constants/separation = 4
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 53.0
|
|
margin_right = 472.0
|
|
margin_bottom = 352.0
|
|
size_flags_vertical = 3
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/HBoxContainer"]
|
|
margin_right = 278.0
|
|
margin_bottom = 299.0
|
|
rect_min_size = Vector2( 200, 0 )
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 1.5
|
|
|
|
[node name="ItemList" type="ItemList" parent="VBoxContainer/HBoxContainer/PanelContainer"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 274.0
|
|
margin_bottom = 295.0
|
|
rect_min_size = Vector2( 120, 160 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 286.0
|
|
margin_right = 472.0
|
|
margin_bottom = 299.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="lbl_filename" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_right = 186.0
|
|
margin_bottom = 14.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 1
|
|
text = "Filename:"
|
|
|
|
[node name="mc" type="MarginContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 22.0
|
|
margin_right = 186.0
|
|
margin_bottom = 36.0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 24
|
|
custom_constants/margin_bottom = 0
|
|
|
|
[node name="filename" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer/mc"]
|
|
margin_left = 24.0
|
|
margin_right = 186.0
|
|
margin_bottom = 14.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 3
|
|
text = "Test"
|
|
autowrap = true
|
|
|
|
[node name="lbl_type" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 44.0
|
|
margin_right = 186.0
|
|
margin_bottom = 58.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 1
|
|
text = "Type:"
|
|
|
|
[node name="mc2" type="MarginContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 66.0
|
|
margin_right = 186.0
|
|
margin_bottom = 80.0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 24
|
|
custom_constants/margin_bottom = 0
|
|
|
|
[node name="filetype" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer/mc2"]
|
|
margin_left = 24.0
|
|
margin_right = 186.0
|
|
margin_bottom = 14.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 1
|
|
text = "Test"
|
|
autowrap = true
|
|
|
|
[node name="lbl_size" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 88.0
|
|
margin_right = 186.0
|
|
margin_bottom = 102.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 1
|
|
text = "Size:"
|
|
|
|
[node name="mc3" type="MarginContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 110.0
|
|
margin_right = 186.0
|
|
margin_bottom = 124.0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 24
|
|
custom_constants/margin_bottom = 0
|
|
|
|
[node name="filesize" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer/mc3"]
|
|
margin_left = 24.0
|
|
margin_right = 186.0
|
|
margin_bottom = 14.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 1
|
|
text = "Test"
|
|
autowrap = true
|
|
|
|
[node name="lbl_info" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 132.0
|
|
margin_right = 186.0
|
|
margin_bottom = 146.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 1
|
|
text = "Info:"
|
|
|
|
[node name="mc4" type="MarginContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 154.0
|
|
margin_right = 186.0
|
|
margin_bottom = 269.0
|
|
size_flags_vertical = 3
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 24
|
|
custom_constants/margin_bottom = 0
|
|
|
|
[node name="fileinfo" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer/mc4"]
|
|
margin_left = 24.0
|
|
margin_right = 186.0
|
|
margin_bottom = 115.0
|
|
rect_min_size = Vector2( 140, 0 )
|
|
size_flags_vertical = 3
|
|
text = "Test"
|
|
autowrap = true
|
|
|
|
[node name="btn_ok" type="Button" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_left = 80.0
|
|
margin_top = 277.0
|
|
margin_right = 105.0
|
|
margin_bottom = 299.0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 8
|
|
disabled = true
|
|
text = "OK"
|
|
|
|
[connection signal="item_activated" from="VBoxContainer/HBoxContainer/PanelContainer/ItemList" to="." method="_on_ItemList_item_activated"]
|
|
[connection signal="item_selected" from="VBoxContainer/HBoxContainer/PanelContainer/ItemList" to="." method="_on_ItemList_item_selected"]
|