regression-test-project/AIO/AllNodes/ControlALL.tscn

448 lines
9.6 KiB
Plaintext
Raw Normal View History

2020-12-29 08:29:25 +01:00
[gd_scene load_steps=3 format=2]
2021-03-27 15:53:32 +01:00
[ext_resource path="res://icon.png" type="Texture2D" id=1]
2020-12-29 08:29:25 +01:00
[sub_resource type="Theme" id=1]
[node name="ControlALL" type="GridContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
columns = 9
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Popup" type="Popup" parent="."]
theme = SubResource( 1 )
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
2021-03-27 15:53:32 +01:00
[node name="WindowDialog" type="Node" parent="."]
script = null
2020-12-29 08:29:25 +01:00
[node name="AcceptDialog" type="AcceptDialog" parent="."]
2021-03-27 15:53:32 +01:00
position = Vector2i( 0, 64 )
2020-12-29 08:29:25 +01:00
dialog_text = "fqwfqwfqwf"
dialog_hide_on_ok = false
dialog_autowrap = true
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="ConfirmationDialog" type="ConfirmationDialog" parent="."]
2021-03-27 15:53:32 +01:00
position = Vector2i( 0, 64 )
2020-12-29 08:29:25 +01:00
dialog_text = "fas"
dialog_hide_on_ok = false
dialog_autowrap = true
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="FileDialog" type="FileDialog" parent="."]
2021-03-27 15:53:32 +01:00
position = Vector2i( 0, 64 )
size = Vector2i( 371, 122 )
2020-12-29 08:29:25 +01:00
dialog_text = "sffasfasf"
dialog_hide_on_ok = true
dialog_autowrap = true
mode_overrides_title = false
access = 1
2021-03-27 15:53:32 +01:00
filters = PackedStringArray( "", "as", "", "fasf", "", "s", "", "asfasfa", "sf", "", "" )
2020-12-29 08:29:25 +01:00
show_hidden_files = true
current_dir = "user://"
current_file = "asf"
current_path = "user://asf"
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
2021-03-27 15:53:32 +01:00
[node name="PopupDialog_NOTHING" type="Node" parent="."]
script = null
2020-12-29 08:29:25 +01:00
[node name="PopupMenu" type="PopupMenu" parent="."]
2021-03-27 15:53:32 +01:00
items = [ ]
2020-12-29 08:29:25 +01:00
hide_on_item_selection = false
hide_on_checkable_item_selection = false
hide_on_state_item_selection = true
submenu_popup_delay = 5.32352e+07
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="PopupPanel_NOTHING" type="PopupPanel" parent="."]
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="Button" type="Button" parent="."]
2021-03-27 15:53:32 +01:00
offset_right = 58.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
text = "asfasf"
flat = true
clip_text = true
align = 0
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CheckBox_NOTHING" type="CheckBox" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 62.0
offset_right = 370.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
text = "safasf"
flat = true
clip_text = true
align = 2
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="CheckButton_NOTHING" type="CheckButton" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 374.0
offset_right = 454.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
text = "asfq"
flat = true
clip_text = true
align = 1
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="ColorPickerButton" type="ColorPickerButton" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 458.0
offset_right = 532.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
text = "asfasf"
flat = true
clip_text = true
align = 2
color = Color( 0.639216, 0.576471, 0.576471, 1 )
edit_alpha = false
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="MenuButton" type="MenuButton" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 536.0
offset_right = 580.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
icon = ExtResource( 1 )
2021-03-27 15:53:32 +01:00
items = [ ]
2020-12-29 08:29:25 +01:00
switch_on_hover = true
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="OptionButton" type="OptionButton" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 584.0
offset_right = 645.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
icon = ExtResource( 1 )
2021-03-27 15:53:32 +01:00
items = [ ]
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-03-27 15:53:32 +01:00
[node name="ToolButton_NOTHING" type="Button" parent="."]
offset_left = 649.0
offset_right = 695.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
text = "asfasf"
icon = ExtResource( 1 )
clip_text = true
align = 2
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="LinkButton" type="LinkButton" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 699.0
offset_right = 751.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
text = "asfqfqwf"
underline = 2
2021-03-27 15:53:32 +01:00
structured_text_bidi_override_options = [ ]
script = null
2020-12-29 08:29:25 +01:00
[node name="TextureButton" type="TextureButton" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 755.0
offset_right = 767.0
offset_bottom = 40.0
2020-12-29 08:29:25 +01:00
expand = true
stretch_mode = 5
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="Container" type="Container" parent="."]
2021-03-27 15:53:32 +01:00
offset_top = 44.0
offset_right = 58.0
offset_bottom = 454.0
script = null
2020-12-29 08:29:25 +01:00
[node name="Control" type="Control" parent="Container"]
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="Control2" type="Control" parent="Container"]
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="ColorPicker" type="ColorPicker" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 62.0
offset_top = 44.0
offset_right = 370.0
offset_bottom = 454.0
2020-12-29 08:29:25 +01:00
alignment = 1
edit_alpha = false
raw_mode = true
deferred_mode = true
presets_enabled = false
presets_visible = false
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer_NOTHING" type="HBoxContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 374.0
offset_top = 44.0
offset_right = 454.0
offset_bottom = 454.0
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer_NOTHING" type="VBoxContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 458.0
offset_top = 44.0
offset_right = 532.0
offset_bottom = 454.0
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CenterContainer" type="CenterContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 536.0
offset_top = 44.0
offset_right = 580.0
offset_bottom = 454.0
2020-12-29 08:29:25 +01:00
use_top_left = true
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ScrollContainer" type="ScrollContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 584.0
offset_top = 44.0
offset_right = 645.0
offset_bottom = 454.0
script = null
2020-12-29 08:29:25 +01:00
[node name="GraphNode" type="GraphNode" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 649.0
offset_top = 44.0
offset_right = 695.0
offset_bottom = 454.0
script = null
2020-12-29 08:29:25 +01:00
[node name="GridContainer" type="GridContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 699.0
offset_top = 44.0
offset_right = 751.0
offset_bottom = 454.0
script = null
2020-12-29 08:29:25 +01:00
[node name="HSplitContainer_NOTHING" type="HSplitContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 755.0
offset_top = 44.0
offset_right = 767.0
offset_bottom = 454.0
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VSplitContainer_NOTHING" type="VSplitContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_top = 458.0
offset_right = 58.0
offset_bottom = 490.0
script = null
2020-12-29 08:29:25 +01:00
[node name="MarginContainer_NOTHING" type="MarginContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 62.0
offset_top = 458.0
offset_right = 370.0
offset_bottom = 490.0
script = null
2020-12-29 08:29:25 +01:00
[node name="PanelContainer_NOTHING" type="PanelContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 374.0
offset_top = 458.0
offset_right = 454.0
offset_bottom = 490.0
script = null
2020-12-29 08:29:25 +01:00
[node name="TabContainer" type="TabContainer" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 458.0
offset_top = 458.0
offset_right = 532.0
offset_bottom = 490.0
script = null
[node name="ViewportContainer" type="SubViewportContainer" parent="."]
offset_left = 536.0
offset_top = 458.0
offset_right = 580.0
offset_bottom = 490.0
script = null
2020-12-29 08:29:25 +01:00
[node name="ColorRect" type="ColorRect" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 584.0
offset_top = 458.0
offset_right = 645.0
offset_bottom = 490.0
script = null
2020-12-29 08:29:25 +01:00
[node name="GraphEdit" type="GraphEdit" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 649.0
offset_top = 458.0
offset_right = 695.0
offset_bottom = 490.0
script = null
2020-12-29 08:29:25 +01:00
[node name="HScrollBar_NOTHING" type="HScrollBar" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 699.0
offset_top = 458.0
offset_right = 751.0
offset_bottom = 470.0
script = null
2020-12-29 08:29:25 +01:00
[node name="VScrollBar_NOTHING" type="VScrollBar" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 755.0
offset_top = 458.0
offset_right = 767.0
offset_bottom = 490.0
script = null
2020-12-29 08:29:25 +01:00
[node name="HSlider_NOTHING" type="HSlider" parent="."]
2021-03-27 15:53:32 +01:00
offset_top = 494.0
offset_right = 58.0
offset_bottom = 510.0
script = null
2020-12-29 08:29:25 +01:00
[node name="VSlider_NOTHING" type="VSlider" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 62.0
offset_top = 494.0
offset_right = 78.0
offset_bottom = 518.0
script = null
2020-12-29 08:29:25 +01:00
[node name="ProgressBar" type="ProgressBar" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 374.0
offset_top = 494.0
offset_right = 454.0
offset_bottom = 508.0
script = null
2020-12-29 08:29:25 +01:00
[node name="SpinBox" type="SpinBox" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 458.0
offset_top = 494.0
offset_right = 532.0
offset_bottom = 518.0
script = null
[node name="TextureProgress" type="TextureProgressBar" parent="."]
offset_left = 536.0
offset_top = 494.0
offset_right = 580.0
offset_bottom = 518.0
script = null
2020-12-29 08:29:25 +01:00
[node name="HSeparator" type="HSeparator" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 584.0
offset_top = 494.0
offset_right = 645.0
offset_bottom = 518.0
script = null
2020-12-29 08:29:25 +01:00
[node name="VSeparator" type="VSeparator" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 649.0
offset_top = 494.0
offset_right = 695.0
offset_bottom = 518.0
script = null
2020-12-29 08:29:25 +01:00
[node name="ItemList" type="ItemList" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 699.0
offset_top = 494.0
offset_right = 751.0
offset_bottom = 518.0
items = [ ]
script = null
2020-12-29 08:29:25 +01:00
[node name="Label" type="Label" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 755.0
offset_top = 499.0
offset_right = 767.0
offset_bottom = 513.0
structured_text_bidi_override_options = [ ]
script = null
2020-12-29 08:29:25 +01:00
[node name="LineEdit" type="LineEdit" parent="."]
2021-03-27 15:53:32 +01:00
offset_top = 522.0
offset_right = 58.0
offset_bottom = 546.0
structured_text_bidi_override_options = [ ]
2020-12-29 08:29:25 +01:00
caret_blink = true
2021-03-27 15:53:32 +01:00
script = null
2020-12-29 08:29:25 +01:00
[node name="NinePatchRect" type="NinePatchRect" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 62.0
offset_top = 522.0
offset_right = 370.0
offset_bottom = 546.0
script = null
2020-12-29 08:29:25 +01:00
[node name="Panel_NOTHING" type="Panel" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 374.0
offset_top = 522.0
offset_right = 454.0
offset_bottom = 546.0
script = null
2020-12-29 08:29:25 +01:00
[node name="ReferenceRect" type="ReferenceRect" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 458.0
offset_top = 522.0
offset_right = 532.0
offset_bottom = 546.0
script = null
2020-12-29 08:29:25 +01:00
[node name="RichTextLabel" type="RichTextLabel" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 536.0
offset_top = 522.0
offset_right = 580.0
offset_bottom = 546.0
custom_effects = [ ]
structured_text_bidi_override_options = [ ]
script = null
2020-12-29 08:29:25 +01:00
[node name="Tabs" type="Tabs" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 584.0
offset_top = 522.0
offset_right = 645.0
offset_bottom = 546.0
script = null
2020-12-29 08:29:25 +01:00
[node name="TextEdit" type="TextEdit" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 649.0
offset_top = 522.0
offset_right = 695.0
offset_bottom = 546.0
structured_text_bidi_override_options = [ ]
script = null
2020-12-29 08:29:25 +01:00
[node name="TextureRect" type="TextureRect" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 699.0
offset_top = 522.0
offset_right = 751.0
offset_bottom = 546.0
script = null
2020-12-29 08:29:25 +01:00
[node name="Tree" type="Tree" parent="."]
2021-03-27 15:53:32 +01:00
offset_left = 755.0
offset_top = 522.0
offset_right = 767.0
offset_bottom = 546.0
script = null
2020-12-29 08:29:25 +01:00
[node name="VideoPlayer" type="VideoPlayer" parent="."]
2021-03-27 15:53:32 +01:00
offset_top = 550.0
offset_right = 58.0
offset_bottom = 550.0
script = null
2020-12-29 08:29:25 +01:00
__meta__ = {
"_edit_use_anchors_": false
}