mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
Merge branch 'bos_testing' into devRefactor
This commit is contained in:
@@ -20,6 +20,11 @@ _global_script_classes=[ {
|
||||
"path": "res://Menus/DialogueBox/DialogueBox.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"
|
||||
@@ -42,6 +47,7 @@ _global_script_classes=[ {
|
||||
_global_script_class_icons={
|
||||
"Boss": "",
|
||||
"DialougeBox": "",
|
||||
"Hero": "",
|
||||
"Player": "",
|
||||
"SlimeBoss": "",
|
||||
"TitleSceenButton": "",
|
||||
|
||||
Reference in New Issue
Block a user