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

FrostFlake should have stop and restart methods #34

Open
3 tasks
profexorgeek opened this issue Jan 19, 2022 · 0 comments
Open
3 tasks

FrostFlake should have stop and restart methods #34

profexorgeek opened this issue Jan 19, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@profexorgeek
Copy link
Owner

The FPS is defined in the constructor and can't be changed once the interval timer starts. The engine should support:

  • Dynamic FPS changes, the fps field should probably become a getter/setter with logic to update the timer intervals when changed.
  • stop(): the game should be able to be stopped entirely but this will have consequences for GameTime when resuming.
  • restart(): once stop functionality is implemented, a helper should be written to stop and start the engine again.
@profexorgeek profexorgeek added the enhancement New feature or request label Jan 19, 2022
@profexorgeek profexorgeek added the good first issue Good for newcomers label Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant