diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-07-31 00:07:55 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-07-31 00:07:55 +0300 |
| commit | 5e45d3f7b24b022040f47a8ab2d6bf4bb4d9b8b6 (patch) | |
| tree | 0f6df6c85826e7cb5bba3e7dd6c2aeb1c2e1575b /project.godot | |
| parent | 1c7db0e243d2a8a93d19d953ab656610aa4ea1b4 (diff) | |
Start building dialogue system
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": "" } |
