Rivals of Aether

Rivals of Aether

Abyss Hime
 This topic has been pinned, so it's probably important
Supersonic  [developer] 13 Jan, 2020 @ 9:14pm
Better Character Slicing guide
Not satisfied with how your character is sliced?
You can fix that by making a new sprite for it.
For the best slicing, your image should be a single hurt sprite cropped as close to the sprite as possible!
Then, you can set the sprite used on death like so in init.gml:
abyssHime_deathspr = sprite_get("your_sprite");

Remember to give it an offset in load.gml!