AI API Interface

This commit is contained in:
2020-04-19 15:20:59 +02:00
parent 1c2bb67246
commit ac97b3b49e
5 changed files with 89 additions and 42 deletions

View File

@@ -15,6 +15,11 @@ _global_script_classes=[ {
"path": "res://Boss/Boss_template.gd"
}, {
"base": "KinematicBody2D",
"class": "Hero",
"language": "GDScript",
"path": "res://Overlap/AI/AI_Hero.gd"
}, {
"base": "Hero",
"class": "Player",
"language": "GDScript",
"path": "res://Player/Player.gd"
@@ -31,6 +36,7 @@ _global_script_classes=[ {
} ]
_global_script_class_icons={
"Boss": "",
"Hero": "",
"Player": "",
"TitleSceenButton": "",
"TitleScreen": ""