diff --git a/Project.xml b/Project.xml
index 1eace03..86cd7c8 100644
--- a/Project.xml
+++ b/Project.xml
@@ -7,6 +7,8 @@
+
+
diff --git a/source/Character.hx b/source/Character.hx
index 2f15c00..194a013 100644
--- a/source/Character.hx
+++ b/source/Character.hx
@@ -348,7 +348,7 @@ class Character extends FlxSprite
antialiasing = false;
case 'spirit':
- frames = Paths.getPackerAtlas('spirit','shared',true);
+ frames = Paths.getPackerAtlas('spirit','shared',false);
animation.addByPrefix('idle', "idle spirit_", 24, false);
animation.addByPrefix('singUP', "up_", 24, false);
animation.addByPrefix('singRIGHT', "right_", 24, false);