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 a1efac6..0233336 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://scripts/DwarfNPC.gd" }, { +"base": "MarginContainer", +"class": "GUI", +"language": "GDScript", +"path": "res://scripts/GUI.gd" +}, { "base": "KinematicBody2D", "class": "PlayerCharacter", "language": "GDScript", @@ -21,6 +26,7 @@ _global_script_classes=[ { } ] _global_script_class_icons={ "DwarfNPC": "", +"GUI": "", "PlayerCharacter": "" } |
