itch.io is community of indie game creators and players

Devlogs

Fixed the falling issues

UNSTABLE DREAMS
A browser game made in HTML5

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 5 MB
    Oct 05, 2021
  • UNSTABLEDREAMSLD49fix.zip 9 MB
    Oct 05, 2021
Download UNSTABLE DREAMS
Leave a comment