Rivals of Aether

Rivals of Aether

Samson
RhythmKoopa  [developer] 28 May, 2022 @ 7:13pm
Samson Honey Compatibility Guide
Samson compatibility?!?!?!?

If you want to do a custom sprite for when your character gets honeyed,

In init.gml

honeyed_sprite = sprite_get("your_sprite_here");

You can make the pose anything you want, whether it's genuine pain or t-posing.

You can name it anything you want too, just make sure its set to "honeyed_sprite"

In load.gml, adjust the offset of the sprite as necessary.

If you want it to be animated (perhaps you want them to twitch?)

In init.gml

honeyed_amn_speed = number;

If nothing is specified, the animation speed will default to 0.