Files
RuinAdventurer/Prefabs/DSL/MoveNode.tscn
T

58 lines
1.5 KiB
Plaintext

[gd_scene format=3 uid="uid://by0khq5dmxjvm"]
[ext_resource type="Script" path="res://Scripts/UI/DSL/NodeDisplays/MoveNodeDisplay.cs" id="1_mexpj"]
[node name="Move" type="GraphNode" unique_id=1386049718]
offset_right = 373.0
offset_bottom = 86.0
title = "Move"
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
script = ExtResource("1_mexpj")
[node name="Values" type="HBoxContainer" parent="." unique_id=1288550105]
layout_mode = 2
alignment = 1
[node name="RichTextLabel" type="RichTextLabel" parent="Values" unique_id=1529203020]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.2
text = "Move to:"
fit_content = true
autowrap_mode = 0
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 161
[node name="CoordinateX" type="SpinBox" parent="Values" unique_id=2062502281]
layout_mode = 2
size_flags_horizontal = 3
rounded = true
alignment = 1
prefix = "X"
select_all_on_focus = true
[node name="CoordinateY" type="SpinBox" parent="Values" unique_id=211509452]
layout_mode = 2
size_flags_horizontal = 3
rounded = true
alignment = 1
prefix = "Y"
select_all_on_focus = true
[node name="CoordinateZ" type="SpinBox" parent="Values" unique_id=832152386]
layout_mode = 2
size_flags_horizontal = 3
rounded = true
alignment = 1
prefix = "Z"
select_all_on_focus = true