75 lines
1.7 KiB
Plaintext
75 lines
1.7 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/debug/ai_debug.gd" type="Script" id=1]
|
|
|
|
[node name="ai_debug" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="list" type="VBoxContainer" parent="VBoxContainer"]
|
|
margin_right = 1024.0
|
|
margin_bottom = 298.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="closest" type="VBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 302.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="name" type="Label" parent="VBoxContainer/closest"]
|
|
margin_right = 1024.0
|
|
margin_bottom = 14.0
|
|
text = "name"
|
|
|
|
[node name="action" type="Label" parent="VBoxContainer/closest"]
|
|
margin_top = 18.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 32.0
|
|
text = "action"
|
|
|
|
[node name="closest_enemy" type="Label" parent="VBoxContainer/closest"]
|
|
margin_top = 36.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 50.0
|
|
text = "action"
|
|
|
|
[node name="target_group" type="Label" parent="VBoxContainer/closest"]
|
|
margin_top = 54.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 68.0
|
|
text = "action"
|
|
|
|
[node name="target_loc" type="Label" parent="VBoxContainer/closest"]
|
|
margin_top = 72.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 86.0
|
|
text = "action"
|
|
|
|
[node name="path" type="Label" parent="VBoxContainer/closest"]
|
|
margin_top = 90.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 104.0
|
|
text = "action"
|
|
|
|
[node name="path_point" type="Label" parent="VBoxContainer/closest"]
|
|
margin_top = 108.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 122.0
|
|
text = "action"
|