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