ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
728 stars 126 forks source link

The last match still shows winner's quote #1605

Open shadowpage opened 9 months ago

shadowpage commented 9 months ago

Describe the bug

  1. If you won the last match, Ikemen still shows winner's quote
  2. Game Over show twice at the end of the game.

To Reproduce

Play the arcade mode till the end.

Expected behavior

  1. If you won the last match, Mugen won't show winner's quote
  2. Game Over should show only once.

Screenshots / Video

No response

Engine Version (or source code date)

v0.99.0

Operating system

None

Extra context or search terms

No response

K4thos commented 8 months ago
  1. It's intentional
  2. I can't reproduce the issue. It seems you might have set the game over screen as the credits storyboard by mistake. However, there was a separate issue: setting gameover.enabled = 0 under [Continue Screen] disabled the game over screen for the last match, not just the continue screen. This has been fixed in #1646