You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the title says, we want to access window information and properties not through Game (which is super cluttered and not following OOP) but through the Display class. This means porting all the current Game window methods into Display and refactoring code to work with these new changes.
Preferably we could also have separate getters and setters for the window size and the display width/height so that users don't have to mess with unintuitive sounding variables like "resolution".
The text was updated successfully, but these errors were encountered:
as the title says, we want to access window information and properties not through Game (which is super cluttered and not following OOP) but through the Display class. This means porting all the current Game window methods into Display and refactoring code to work with these new changes.
Preferably we could also have separate getters and setters for the window size and the display width/height so that users don't have to mess with unintuitive sounding variables like "resolution".
The text was updated successfully, but these errors were encountered: