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

fix: Unknown camera mode Enum breaks scenes #2830

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Conversation

fcolarich
Copy link
Contributor

@fcolarich fcolarich commented Nov 19, 2024

What does this PR change?

We found that in some scenes that did camera changes, having the Unknown as 0 in the CameraMode enum, broke the camera.
This removes it because best practices are for losers xDD
...

How to test the changes?

Got to any minigame with camera change like (-121,-59) and play it and then exit it, the camera should return to normal instead of sending you to the extratosphere :)

Fixes: #2828

Copy link

@DafGreco DafGreco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified on Windows and MacOS ✅

Games verified on both platforms :
Tower of Hanoi
Color pop
Tile Tally
World Search
Liquid Labyrinth
Sliding Puzzle

Sanity check performed on both platforms :

  • Teleport
  • Backpack
  • Music Festival
  • Emotes

@fcolarich fcolarich merged commit 1f75eff into dev Nov 19, 2024
5 checks passed
@fcolarich fcolarich deleted the fix/camera_unknown branch November 19, 2024 15:58
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

Successfully merging this pull request may close these issues.

Mini Games Spawning Players to Another location
4 participants