diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 15:51:18 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 15:51:18 +0300 |
| commit | bc73f5f075540c2f60b3ec2e216a3ecda85fdfc3 (patch) | |
| tree | 3f8bb7878c8aa36ecb30f0fe85c5114ab256c8f5 /project.godot | |
| parent | 5e45d3f7b24b022040f47a8ab2d6bf4bb4d9b8b6 (diff) | |
Add GUI
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": "" } |
