diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/project.godot b/project.godot index 8780a66..471262c 100644 --- a/project.godot +++ b/project.godot @@ -39,11 +39,6 @@ _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", @@ -56,7 +51,6 @@ _global_script_class_icons={ "Card": "", "Level": "", "PathRenderer": "", -"Spaceship": "", "TextReveal": "" } |