From d28c0d197b57736e9c842ff97c3cce3b9b048c53 Mon Sep 17 00:00:00 2001 From: CyndaquilDAC <65635932+CyndaquilDAC@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:25:19 -0500 Subject: [PATCH 1/2] two health icon changes that are cool and swag parents christmas now call for their losing icon and the missing gfs were added to prevent crashing --- source/HealthIcon.hx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/HealthIcon.hx b/source/HealthIcon.hx index af1608d..4818754 100644 --- a/source/HealthIcon.hx +++ b/source/HealthIcon.hx @@ -32,7 +32,9 @@ class HealthIcon extends FlxSprite animation.add('spirit', [23, 23], 0, false, isPlayer); animation.add('bf-old', [14, 15], 0, false, isPlayer); animation.add('gf', [16], 0, false, isPlayer); - animation.add('parents-christmas', [17], 0, false, isPlayer); + animation.add('gf-christmas', [16], 0, false, isPlayer); + animation.add('gf-pixel', [16], 0, false, isPlayer); + animation.add('parents-christmas', [17, 18], 0, false, isPlayer); animation.add('monster', [19, 20], 0, false, isPlayer); animation.add('monster-christmas', [19, 20], 0, false, isPlayer); animation.play(char); From 78252895909dee6a5d1b7964854b2dc09f328eeb Mon Sep 17 00:00:00 2001 From: Kade M Date: Wed, 7 Apr 2021 11:44:54 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a01629..3028f8f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Latest GitHub release: https://github.com/KadeDev/Kade-Engine/releases/latest AppVeyor CI (Automatic builds of the latest commit): - Windows: [AppVeyor Project](https://ci.appveyor.com/project/KadeDev/kade-engine-windows) | [Artifacts (downloads)](https://ci.appveyor.com/project/KadeDev/kade-engine-windows/build/artifacts) -- Linux: [AppVeyor Project](https://ci.appveyor.com/project/KadeDev/kade-engine-linux) | [Artifacts (downloads)](https://ci.appveyor.com/project/KadeDev/kade-engine-linux/build/artifacts) +- Linux: [AppVeyor Project](https://ci.appveyor.com/project/daniel11420/kade-engine-linux/kade-engine-linux) | [Artifacts (downloads)](https://ci.appveyor.com/project/daniel11420/kade-engine-linux/build/artifacts) ## What is Kade Engine?