summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
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 471262c..8780a66 100644
--- a/project.godot
+++ b/project.godot
@@ -39,6 +39,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://components/PathRenderer.gd"
}, {
+"base": "Area2D",
+"class": "Spaceship",
+"language": "GDScript",
+"path": "res://scenes/levels/pixel/spaceship.gd"
+}, {
"base": "Label",
"class": "TextReveal",
"language": "GDScript",
@@ -51,6 +56,7 @@ _global_script_class_icons={
"Card": "",
"Level": "",
"PathRenderer": "",
+"Spaceship": "",
"TextReveal": ""
}