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

Make map width fit to window size #1670

Closed
1 task
faucomte97 opened this issue Jul 9, 2024 · 1 comment
Closed
1 task

Make map width fit to window size #1670

faucomte97 opened this issue Jul 9, 2024 · 1 comment
Labels
volunteers Tasks that can be picked up by anyone

Comments

@faucomte97
Copy link
Contributor

faucomte97 commented Jul 9, 2024

Task Description

In Rapid Router, we want the level map to automatically fit the right hand side window when loading the level. This is to save users having to zoom in and out.

A solution to this had been implemented before which set the paper width and height to 100%:

#1516

but this solution caused a side issue:

#1543

which was then fixed by reverting the original code:

#1609

We'd like to reinstate the 100% height and width but without causing the level editor to go wonky.

Acceptance Criteria

  • Set the paper's width and height to 100% only when playing a level, not when creating one.
@faucomte97 faucomte97 added in2science volunteers Tasks that can be picked up by anyone labels Jul 9, 2024
@faucomte97
Copy link
Contributor Author

Closing - restructure will fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
volunteers Tasks that can be picked up by anyone
Projects
Status: Closed
Development

No branches or pull requests

1 participant