diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-19 16:00:58 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-19 16:00:58 +0200 |
commit | 4d59eb6a96cb2b2e2fc5d1d34a04292fd376fe0a (patch) | |
tree | b2f4ea47107c010ad00cba0648fe26821e1a7ae3 /project.godot | |
parent | 4ada18ddb40c5cdc4f05ad18accd4f79290543c5 (diff) | |
download | LDJam46-4d59eb6a96cb2b2e2fc5d1d34a04292fd376fe0a.tar.gz LDJam46-4d59eb6a96cb2b2e2fc5d1d34a04292fd376fe0a.tar.bz2 LDJam46-4d59eb6a96cb2b2e2fc5d1d34a04292fd376fe0a.zip |
Mehr riot kram, i guess
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project.godot b/project.godot index f06dea0..2a5bac6 100644 --- a/project.godot +++ b/project.godot @@ -9,7 +9,7 @@ config_version=4 _global_script_classes=[ { -"base": "Node2D", +"base": "Ticked", "class": "AngryDev", "language": "GDScript", "path": "res://riot/angrydev.gd" @@ -22,7 +22,7 @@ _global_script_classes=[ { "base": "Ticked", "class": "BuildingInterface", "language": "GDScript", -"path": "res://buildings/building_interface.gd" +"path": "res://lib/building_interface.gd" }, { "base": "Area2D", "class": "ClickableArea", @@ -34,7 +34,7 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://riot/manager.gd" }, { -"base": "Node", +"base": "Node2D", "class": "Ticked", "language": "GDScript", "path": "res://lib/ticked.gd" |