68 lines
1.8 KiB
Plaintext
68 lines
1.8 KiB
Plaintext
[gd_scene format=3 uid="uid://co7op7et6is8p"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/UI/DSL/NodeDisplays/ForNodeDisplay.cs" id="1_xshi5"]
|
|
|
|
[node name="For" type="GraphNode" unique_id=1235671673]
|
|
offset_right = 229.0
|
|
offset_bottom = 129.0
|
|
theme_override_constants/separation = 20
|
|
title = "For"
|
|
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 = true
|
|
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_xshi5")
|
|
|
|
[node name="Values" type="HBoxContainer" parent="." unique_id=1896004369]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="Values" unique_id=1832504365]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 0.3
|
|
text = "Repeat"
|
|
fit_content = true
|
|
autowrap_mode = 0
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Amount" type="SpinBox" parent="Values" unique_id=1393892745]
|
|
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=1394844571]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 0.3
|
|
text = "times"
|
|
fit_content = true
|
|
autowrap_mode = 0
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="." unique_id=1677882951]
|
|
layout_mode = 2
|
|
text = "Until"
|
|
fit_content = true
|
|
autowrap_mode = 0
|
|
horizontal_alignment = 1
|