Bombfuse / emerald

A 2D rust game engine focused on portability.
MIT License
558 stars 16 forks source link

Function to get current monitor resolution #220

Open JustASpeedrunner opened 1 year ago

JustASpeedrunner commented 1 year ago

Just a little quality of life feature I'd like to see. I'd also suggest changing emd.screen_size() to emd.window_size() and reuse the old name for the new function to prevent confusion. I will attempt to look into it and implement it on my own. If it's decent then I'll create a pr with the changes.