Well I was programming the other day, and was wondering. If someone made the window bigger, or changed its size, it may throw off the positions of the sprites, ie, no longer symmetrical to the window. For this I was wondering if there was a way to handle this, or if I would just have to write a bunch of code to handle it.
Has anyone else had prior experience with this? I'm new to drawing sprites so I honestly have no clue. x3 I was thinking of making some massive file to be able to position them via percentages, but am worried that, that may make the program take longer to draw, or that it would be nearly impossible to cover every possible percentage.
Any ideas? Perhaps make it that the window itself can't be resized and make resizing only a option via menu that updates variables for the positions of the sprites? That seems like the easiest way so far, but I don't want to go cheap if I don't have to. xD
Anyway I look forward to hearing from you!