Added basic components for DSL. Working on functionality next.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[gd_scene format=3 uid="uid://by0khq5dmxjvm"]
|
||||
|
||||
[node name="MoveNode" type="PanelContainer" unique_id=245583237]
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1629099069]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Flavour" type="RichTextLabel" parent="HBoxContainer" unique_id=1497013575]
|
||||
layout_mode = 2
|
||||
text = "Move to: "
|
||||
fit_content = true
|
||||
autowrap_mode = 0
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="CoordinateX" type="SpinBox" parent="HBoxContainer" unique_id=485214217]
|
||||
layout_mode = 2
|
||||
rounded = true
|
||||
alignment = 1
|
||||
prefix = "X"
|
||||
|
||||
[node name="CoordinateY" type="SpinBox" parent="HBoxContainer" unique_id=724940645]
|
||||
layout_mode = 2
|
||||
rounded = true
|
||||
alignment = 1
|
||||
prefix = "Y"
|
||||
|
||||
[node name="CoordinateZ" type="SpinBox" parent="HBoxContainer" unique_id=578943647]
|
||||
layout_mode = 2
|
||||
rounded = true
|
||||
alignment = 1
|
||||
prefix = "Z"
|
||||
Reference in New Issue
Block a user