-
Notifications
You must be signed in to change notification settings - Fork 124
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
Opening map causes camera to zoom out #627
Comments
Oh, I see so the game is zooming out as the hero accelerates? That makes sense so the player can have time to change direction before crashing. I thought it was a bug as I didn't realize it did that while moving as well. |
Thanks still for reporting something you noticed! Maybe we should add a step in the tutorial to point that out :-) In fact, I wrote it up real quick along with another couple items: #628 |
I think solving issue #614 would help so that the view does not keep zooming out while the map is open. That is if we stop the ship from accelerating while the map is open |
That sounds reasonable yes - if the player starts accelerating then opens the map, pause acceleration / turning as if no keys are being hit, and let the rest of the game act accordingly 👍 |
What you were trying to do
Move the hero and while moving, opening the map, and then return to the game to continue playing after checking the map.
What actually happened
After opening the map while moving then closing it, everything in the game became smaller (the hero, asteroids, enemy ships, etc.).
How to reproduce
Log details and game version
Game version: v2.0.0
Computer details
CPU: i7-1165G7
RAM: 16 GB
GPU: Intel Iris Xe
The text was updated successfully, but these errors were encountered: