Files

90 lines
2.4 KiB
Plaintext

[gd_scene format=3 uid="uid://bwiaqvl0d4x8v"]
[ext_resource type="Script" uid="uid://d3npiur46icru" path="res://Scripts/UI/DSL/NodeDisplays/WhileNodeDisplay.cs" id="1_q0rc7"]
[node name="While" type="GraphNode" unique_id=2040226700]
offset_right = 499.0
offset_bottom = 129.0
theme_override_constants/separation = 20
title = "While"
slot/0/left_enabled = true
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
slot/1/left_enabled = false
slot/1/left_type = 0
slot/1/left_color = Color(1, 1, 1, 1)
slot/1/left_icon = null
slot/1/right_enabled = true
slot/1/right_type = 0
slot/1/right_color = Color(1, 1, 1, 1)
slot/1/right_icon = null
slot/1/draw_stylebox = true
script = ExtResource("1_q0rc7")
[node name="Values" type="HBoxContainer" parent="." unique_id=945032897]
layout_mode = 2
alignment = 1
[node name="RichTextLabel" type="RichTextLabel" parent="Values" unique_id=336538401]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.2
text = "while"
fit_content = true
autowrap_mode = 0
horizontal_alignment = 1
vertical_alignment = 1
[node name="Item" type="OptionButton" parent="Values" unique_id=117577134]
layout_mode = 2
size_flags_horizontal = 3
[node name="Comparator" type="OptionButton" parent="Values" unique_id=539633915]
layout_mode = 2
size_flags_horizontal = 3
item_count = 6
popup/item_0/text = "is equal to"
popup/item_0/id = 0
popup/item_1/text = "is bigger than"
popup/item_1/id = 1
popup/item_2/text = "is less than"
popup/item_2/id = 2
popup/item_3/text = "is not"
popup/item_3/id = 3
popup/item_4/text = "is less than or equal to"
popup/item_4/id = 4
popup/item_5/text = "is bigger than or equal to"
popup/item_5/id = 5
[node name="Amount" type="SpinBox" parent="Values" unique_id=1195061461]
layout_mode = 2
size_flags_horizontal = 3
rounded = true
alignment = 1
prefix = "x"
select_all_on_focus = true
[node name="RichTextLabel2" type="RichTextLabel" parent="Values" unique_id=345047084]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.2
text = "execute"
fit_content = true
autowrap_mode = 0
horizontal_alignment = 1
vertical_alignment = 1
[node name="RichTextLabel" type="RichTextLabel" parent="." unique_id=1571031910]
layout_mode = 2
text = "Afterwards"
fit_content = true
autowrap_mode = 0
horizontal_alignment = 1
vertical_alignment = 1