aboutsummaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@gmail.com>2020-04-18 15:33:01 +0200
committerRoman Gräf <romangraef@gmail.com>2020-04-18 15:33:01 +0200
commit6a6fd1828959e3343e58e3ddc36790b4a25e1747 (patch)
treeb155ea05bf32aef00adca52f77a46deae248939e /project.godot
parent6c66e81946d005dac3b05be73889da28936b0ad0 (diff)
downloadLDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.tar.gz
LDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.tar.bz2
LDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.zip
Anfänge von Riots und Eingebundene Dev hire assets
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot6
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index ef8c621..3dd3fa9 100644
--- a/project.godot
+++ b/project.godot
@@ -9,6 +9,11 @@
config_version=4
_global_script_classes=[ {
+"base": "Node2D",
+"class": "AngryDev",
+"language": "GDScript",
+"path": "res://riot/angrydev.gd"
+}, {
"base": "Area2D",
"class": "BaseBuilding",
"language": "GDScript",
@@ -25,6 +30,7 @@ _global_script_classes=[ {
"path": "res://lib/ticked.gd"
} ]
_global_script_class_icons={
+"AngryDev": "",
"BaseBuilding": "",
"ClickableArea": "",
"Ticked": ""