diff options
Diffstat (limited to 'scenes/levels/pixel/spaceship.gd')
-rw-r--r-- | scenes/levels/pixel/spaceship.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scenes/levels/pixel/spaceship.gd b/scenes/levels/pixel/spaceship.gd index 3c39665..ab6fc49 100644 --- a/scenes/levels/pixel/spaceship.gd +++ b/scenes/levels/pixel/spaceship.gd @@ -1,2 +1,4 @@ extends Area2D + +class_name Spaceship var team = Bullet.ORDER |