diff options
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index f2754c5..a1efac6 100644 --- a/project.godot +++ b/project.godot @@ -10,11 +10,17 @@ config_version=4 _global_script_classes=[ { "base": "KinematicBody2D", +"class": "DwarfNPC", +"language": "GDScript", +"path": "res://scripts/DwarfNPC.gd" +}, { +"base": "KinematicBody2D", "class": "PlayerCharacter", "language": "GDScript", "path": "res://scripts/PlayerCharacter.gd" } ] _global_script_class_icons={ +"DwarfNPC": "", "PlayerCharacter": "" } |
