summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot8
1 files changed, 7 insertions, 1 deletions
diff --git a/project.godot b/project.godot
index 2fc313d..c9a3390 100644
--- a/project.godot
+++ b/project.godot
@@ -28,12 +28,18 @@ _global_script_classes=[ {
"class": "Plate",
"language": "GDScript",
"path": "res://Scenes/Plate.gd"
+}, {
+"base": "Entity",
+"class": "Player",
+"language": "GDScript",
+"path": "res://Scenes/Player.gd"
} ]
_global_script_class_icons={
"Crystal": "",
"Entity": "",
"Monster": "",
-"Plate": ""
+"Plate": "",
+"Player": ""
}
[application]