DeamonHunter / AWBW-Replay-Player

Advance Wars By Web Replay Player
MIT License
38 stars 5 forks source link

Allow clamping tile sizes to integer values #113

Open DeamonHunter opened 1 year ago

DeamonHunter commented 1 year ago

This is difficult to do as it would require knowing the screen size.

Abzol commented 1 year ago

I'm really not at home with c# nor your codebase or i would attempt to file a pull request adding this myself but I do think the osu framework does expose the screen size to you. The osu framework generates a root drawable that's exactly the size of the window on screen. You can even see it from the drawable visualizer. If this was known them I'm sorry for bring it up, but I thought it might help. mspaint_2023-05-05_16-21-53

DeamonHunter commented 1 year ago

Sorry for the late reply. It should definitely be doable, but I doubt I'll have the time to check it out myself for a while.