Fixed the falling issues


Fixed the falling issues :

  • Fixed the falling issues after the boss fight : variable “wind_force” set to 0 during the boss fight phase.
//>>>> o_level_transition
if(instance_place(x,y,o_player))
{
    //fix it
    o_player.player_balance=90;
    //reset wind
    o_player.wind_force=0;
}

Files

HTML5.zip Play in browser
Oct 05, 2021
UNSTABLEDREAMSLD49fix.zip 9 MB
Oct 05, 2021

Get UNSTABLE DREAMS

Leave a comment

Log in with itch.io to leave a comment.