Rivals of Aether

Rivals of Aether

Star/Screen KO Buddy
Azelinuu  [开发者] 2024 年 7 月 22 日 上午 8:33
Compatibility Guide
Add whichever of these you want into your character's init.gml file.

buddy_starko_sfx = sound_get("buddy_starko"); // Sound that plays when your character is Star KO'd.

buddy_screenko_sfx = sound_get("buddy_screenko"); // Sound that plays when your character impacts with the screen, this overwrites the default camera impact sound.

buddy_screenko_voice_sfx = sound_get("buddy_screenko_voice"); // Sound that plays when your character impacts with the screen.

buddy_screenko_sprite = sprite_get("buddy_screenko"); // Sprite to display when your character is Screen KO'd.

buddy_starko_sprite = sprite_get("buddy_starko"); // Sprite to display when your character is being Star KO'd. NOTE: Characters being Star KO'd will always spin counter-clockwise!

If a character does not have a unique Star or Screen KO sprite, it will use the character's default hurt sprite.

Be sure to set buddy_screenko and buddy_starko's sprite offsets in your load.gml file!
最后由 Azelinuu 编辑于; 2024 年 7 月 22 日 上午 8:34
< >
正在显示第 1 - 1 条,共 1 条留言
Eliottflapjack 2024 年 7 月 22 日 下午 2:46 
@RuberCuber This is your chance to implement pit's "I NEVER LEARNED HOW TO READ"
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50