trolling mode activated
trolling mode activated
This commit is contained in:
commit
fdf8387c62
@ -28,7 +28,7 @@ Latest GitHub release: https://github.com/KadeDev/Kade-Engine/releases/latest
|
|||||||
AppVeyor CI (Automatic builds of the latest commit):
|
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)
|
- 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?
|
## What is Kade Engine?
|
||||||
|
|
||||||
|
@ -32,7 +32,9 @@ class HealthIcon extends FlxSprite
|
|||||||
animation.add('spirit', [23, 23], 0, false, isPlayer);
|
animation.add('spirit', [23, 23], 0, false, isPlayer);
|
||||||
animation.add('bf-old', [14, 15], 0, false, isPlayer);
|
animation.add('bf-old', [14, 15], 0, false, isPlayer);
|
||||||
animation.add('gf', [16], 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', [19, 20], 0, false, isPlayer);
|
||||||
animation.add('monster-christmas', [19, 20], 0, false, isPlayer);
|
animation.add('monster-christmas', [19, 20], 0, false, isPlayer);
|
||||||
animation.play(char);
|
animation.play(char);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user