diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-18 12:18:38 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-18 12:18:38 +0200 |
commit | d3e26b3e2263770faa493e39caccab4dfe81fb17 (patch) | |
tree | 45d074bcce40b02f159276169eac4a448c789c8f /project.godot | |
parent | f6762253e43fc8dd782b026f4014d62350845ea5 (diff) | |
download | LDJam46-d3e26b3e2263770faa493e39caccab4dfe81fb17.tar.gz LDJam46-d3e26b3e2263770faa493e39caccab4dfe81fb17.tar.bz2 LDJam46-d3e26b3e2263770faa493e39caccab4dfe81fb17.zip |
Programmierer und Riots
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/project.godot b/project.godot index fb4ad35..ef8c621 100644 --- a/project.godot +++ b/project.godot @@ -13,9 +13,21 @@ _global_script_classes=[ { "class": "BaseBuilding", "language": "GDScript", "path": "res://buildings/building_clickable.gd" +}, { +"base": "Area2D", +"class": "ClickableArea", +"language": "GDScript", +"path": "res://lib/clickable_area.gd" +}, { +"base": "Node", +"class": "Ticked", +"language": "GDScript", +"path": "res://lib/ticked.gd" } ] _global_script_class_icons={ -"BaseBuilding": "" +"BaseBuilding": "", +"ClickableArea": "", +"Ticked": "" } [application] |