Add unique identifier for test_phase3c_walk_recovery.gd
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/action_editor.gd" id="1_ae"]
|
||||
|
||||
[node name="ActionEditor" type="PopupPanel"]
|
||||
script = ExtResource("1_ae")
|
||||
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/queue_panel.gd" id="1_qp"]
|
||||
|
||||
[node name="QueuePanel" type="PopupPanel"]
|
||||
script = ExtResource("1_qp")
|
||||
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/rule_editor.gd" id="1_re"]
|
||||
|
||||
[node name="RuleEditor" type="PopupPanel"]
|
||||
script = ExtResource("1_re")
|
||||
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/rule_panel.gd" id="1_rp"]
|
||||
|
||||
[node name="RulePanel" type="PopupPanel"]
|
||||
script = ExtResource("1_rp")
|
||||
Reference in New Issue
Block a user