Reworked DSL for better architecture, implemented wall-phasing movement.
This commit is contained in:
@@ -25,6 +25,7 @@ alignment = 1
|
||||
[node name="Flavour" type="RichTextLabel" parent="EditorDisplay/HBoxContainer" unique_id=1994560318]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 0.2
|
||||
text = "Craft: "
|
||||
fit_content = true
|
||||
autowrap_mode = 0
|
||||
|
||||
@@ -24,6 +24,8 @@ alignment = 1
|
||||
|
||||
[node name="Flavour" type="RichTextLabel" parent="EditorDisplay/HBoxContainer" unique_id=1393328640]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 0.2
|
||||
text = "Harvest: "
|
||||
fit_content = true
|
||||
autowrap_mode = 0
|
||||
@@ -32,9 +34,11 @@ vertical_alignment = 1
|
||||
|
||||
[node name="Item" type="OptionButton" parent="EditorDisplay/HBoxContainer" unique_id=912931137]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="Amount" type="SpinBox" parent="EditorDisplay/HBoxContainer" unique_id=1234084123]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
rounded = true
|
||||
alignment = 1
|
||||
prefix = "x"
|
||||
|
||||
Reference in New Issue
Block a user