You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the original Mega Man games, you cannot fight a boss multiple times. Replaying a boss's stage causes you to just teleport out once you reach the boss room. While the engine acknowledges this partially by not replaying the intro pose for a defeated boss (and not replaying weapon acquisition stuff), it stops short of actually stopping the boss re-fight.
I've tried to implement this naively but am only just beginning with the engine and do not fully understand the logic of the boss control and boss death timer objects which would seem to be the basis for this functionality.
The text was updated successfully, but these errors were encountered:
In the original Mega Man games, you cannot fight a boss multiple times. Replaying a boss's stage causes you to just teleport out once you reach the boss room. While the engine acknowledges this partially by not replaying the intro pose for a defeated boss (and not replaying weapon acquisition stuff), it stops short of actually stopping the boss re-fight.
I've tried to implement this naively but am only just beginning with the engine and do not fully understand the logic of the boss control and boss death timer objects which would seem to be the basis for this functionality.
The text was updated successfully, but these errors were encountered: