Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When replaying a completed stage, the boss is still there #201

Open
FullmetalPhysicist opened this issue Dec 25, 2017 · 0 comments
Open

Comments

@FullmetalPhysicist
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant