diff --git a/Project.xml b/Project.xml index 3d1c185..a0e35ed 100644 --- a/Project.xml +++ b/Project.xml @@ -2,7 +2,7 @@ - + @@ -31,13 +31,15 @@ - + + + diff --git a/art/build-Itch-HTML.bat b/art/build-Itch-HTML.bat index ffa43b5..b3d1793 100644 --- a/art/build-Itch-HTML.bat +++ b/art/build-Itch-HTML.bat @@ -3,9 +3,9 @@ color 0a cd .. @echo on echo BUILDING GAME -lime build html5 -final -clean +lime build html5 -final echo UPLOADING TO ITCH -butler push ./export/release/html5/bin ninja-muffin24/ld47:html5 +butler push ./export/release/html5/bin ninja-muffin24/friday-night-funkin:html5 butler status ninja-muffin24/ld47:html5 echo ITCH SHIT UPDATED LMAOOOOO pause \ No newline at end of file diff --git a/art/build-Itch-WINDOWS.bat b/art/build-Itch-WINDOWS.bat index 84c127d..605e79b 100644 --- a/art/build-Itch-WINDOWS.bat +++ b/art/build-Itch-WINDOWS.bat @@ -5,7 +5,7 @@ cd .. echo BUILDING GAME lime build windows -final echo UPLOADING TO ITCH -butler push ./export/release/html5/bin ninja-muffin24/ld47:windows +butler push ./export/release/windows/bin ninja-muffin24/friday-night-funkin:windows butler status ninja-muffin24/ld47:windows echo ITCH SHIT UPDATED LMAOOOOO pause \ No newline at end of file diff --git a/source/PlayState.hx b/source/PlayState.hx index 394d5d0..de35d36 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -209,6 +209,7 @@ class PlayState extends FlxTransitionableState healthHeads.animation.add('unhealthy', [1]); healthHeads.y = healthBar.y - (healthHeads.height / 2); healthHeads.scrollFactor.set(); + healthHeads.antialiasing = true; add(healthHeads); super.create();