Added basic components for DSL. Working on functionality next.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[gd_scene format=3 uid="uid://com0ou37wj2xo"]
|
||||
|
||||
[node name="HarvestNode" type="PanelContainer" unique_id=970168969]
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=793343398]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Flavour" type="RichTextLabel" parent="HBoxContainer" unique_id=1393328640]
|
||||
layout_mode = 2
|
||||
text = "Harvest: "
|
||||
fit_content = true
|
||||
autowrap_mode = 0
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Item" type="OptionButton" parent="HBoxContainer" unique_id=912931137]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Amount" type="SpinBox" parent="HBoxContainer" unique_id=1234084123]
|
||||
layout_mode = 2
|
||||
rounded = true
|
||||
alignment = 1
|
||||
prefix = "x"
|
||||
Reference in New Issue
Block a user