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 3389e48..f06dea0 100644 --- a/project.godot +++ b/project.godot @@ -19,6 +19,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://lib/base_buyable.gd" }, { +"base": "Ticked", +"class": "BuildingInterface", +"language": "GDScript", +"path": "res://buildings/building_interface.gd" +}, { "base": "Area2D", "class": "ClickableArea", "language": "GDScript", @@ -37,6 +42,7 @@ _global_script_classes=[ { _global_script_class_icons={ "AngryDev": "", "BaseBuyable": "", +"BuildingInterface": "", "ClickableArea": "", "Manager": "", "Ticked": "" |