diff --git a/projects/flixel-rpg-tutorial/source/PlayState.kiss b/projects/flixel-rpg-tutorial/source/PlayState.kiss index b6848f2e..253e27aa 100644 --- a/projects/flixel-rpg-tutorial/source/PlayState.kiss +++ b/projects/flixel-rpg-tutorial/source/PlayState.kiss @@ -29,7 +29,8 @@ ("enemy" (enemies.add (new Enemy (+ entity.x 4) entity.y REGULAR))) ("boss" - (enemies.add (new Enemy (+ entity.x 4) entity.y BOSS))))) + (enemies.add (new Enemy (+ entity.x 4) entity.y BOSS))) + (otherwise))) (method &override :Void update [:Float elapsed] (super.update elapsed)