This commit is contained in:
Bryce
2025-12-21 12:48:00 -08:00
parent 93f5522d3d
commit 77a9f73331
81 changed files with 722 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[gd_scene load_steps=2 format=3 uid="uid://c1mpq8474j608"]
[sub_resource type="GDScript" id=1]
[sub_resource type="GDScript" id="1"]
script/source = "extends GraphNode
@@ -29,11 +29,11 @@ mouse_filter = 1
title = "walk_to"
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color( 1, 1, 1, 1 )
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/right_enabled = false
slot/0/right_type = 0
slot/0/right_color = Color( 1, 1, 1, 1 )
script = SubResource( 1 )
slot/0/right_color = Color(1, 1, 1, 1)
script = SubResource("1")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
offset_left = 16.0
@@ -55,7 +55,7 @@ text = "x"
offset_left = 11.0
offset_right = 221.0
offset_bottom = 30.0
custom_minimum_size = Vector2( 60, 30 )
custom_minimum_size = Vector2(60, 30)
size_flags_horizontal = 7
[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer"]
@@ -69,7 +69,7 @@ text = "y"
offset_left = 236.0
offset_right = 447.0
offset_bottom = 30.0
custom_minimum_size = Vector2( 60, 30 )
custom_minimum_size = Vector2(60, 30)
size_flags_horizontal = 7
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
@@ -87,5 +87,5 @@ text = "Mouse Location"
offset_left = 105.0
offset_right = 447.0
offset_bottom = 30.0
custom_minimum_size = Vector2( 60, 30 )
custom_minimum_size = Vector2(60, 30)
size_flags_horizontal = 7