File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,6 @@ _global_script_classes=[ {
9999"language" : "GDScript" ,
100100"path" : "res://combat/Hit.gd"
101101}, {
102- "base" : "PawnActor" ,
103- "class" : "InteractivePawn" ,
104- "language" : "GDScript" ,
105- "path" : "res://local_map/pawns/PawnInteractive.gd"
106- }, {
107102"base" : "Reference" ,
108103"class" : "Inventory" ,
109104"language" : "GDScript" ,
@@ -175,6 +170,11 @@ _global_script_classes=[ {
175170"path" : "res://local_map/pawns/PawnFollower.gd"
176171}, {
177172"base" : "Node2D" ,
173+ "class" : "PawnInteractive" ,
174+ "language" : "GDScript" ,
175+ "path" : "res://local_map/pawns/PawnInteractive.gd"
176+ }, {
177+ "base" : "Node2D" ,
178178"class" : "PawnLeader" ,
179179"language" : "GDScript" ,
180180"path" : "res://local_map/pawns/PawnLeader.gd"
@@ -228,7 +228,6 @@ _global_script_class_icons={
228228"GameOverInterface" : "" ,
229229"GrowthStats" : "" ,
230230"Hit" : "" ,
231- "InteractivePawn" : "" ,
232231"Inventory" : "" ,
233232"Item" : "" ,
234233"LearnedSkill" : "" ,
@@ -243,6 +242,7 @@ _global_script_class_icons={
243242"PawnActor" : "" ,
244243"PawnAnim" : "" ,
245244"PawnFollower" : "" ,
245+ "PawnInteractive" : "" ,
246246"PawnLeader" : "" ,
247247"RectExtents" : "" ,
248248"Skill" : "" ,
You can’t perform that action at this time.
0 commit comments