mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-15 14:42:24 +02:00
ai adaptation
This commit is contained in:
@@ -24,6 +24,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://Overlap/AI/AI_Hero.gd"
|
||||
}, {
|
||||
"base": "KinematicBody2D",
|
||||
"class": "Minion",
|
||||
"language": "GDScript",
|
||||
"path": "res://Overlap/AI/AI_Minion.gd"
|
||||
}, {
|
||||
"base": "Hero",
|
||||
"class": "Player",
|
||||
"language": "GDScript",
|
||||
@@ -48,6 +53,7 @@ _global_script_class_icons={
|
||||
"Boss": "",
|
||||
"DialougeBox": "",
|
||||
"Hero": "",
|
||||
"Minion": "",
|
||||
"Player": "",
|
||||
"SlimeBoss": "",
|
||||
"TitleSceenButton": "",
|
||||
|
||||
Reference in New Issue
Block a user