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 45854be..3a48bce 100644 --- a/project.godot +++ b/project.godot @@ -9,6 +9,11 @@ config_version=4 _global_script_classes=[ { +"base": "ColorRect", +"class": "DialogueBox", +"language": "GDScript", +"path": "res://scripts/DialogueBox.gd" +}, { "base": "KinematicBody2D", "class": "DwarfNPC", "language": "GDScript", @@ -30,6 +35,7 @@ _global_script_classes=[ { "path": "res://scripts/PlayerCharacter.gd" } ] _global_script_class_icons={ +"DialogueBox": "", "DwarfNPC": "", "GUI": "", "Game": "", |
