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

Allow users to resize the text window #4

Open
mattkimmel opened this issue Oct 9, 2020 · 0 comments
Open

Allow users to resize the text window #4

mattkimmel opened this issue Oct 9, 2020 · 0 comments

Comments

@mattkimmel
Copy link
Owner

Right now, the play window (which is an instance of the TextScreen class) is fixed at whatever size is specified when it's initialized. It would be great if players could resize the window while playing, by dragging the corners, or whatever their operating system supports. The current text that's in the window should be preserved.

There's some resizing support in the TextScreen.resizeToFit method. Maybe we could leverage that.

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

No branches or pull requests

1 participant