Specifically I would like to know if it would be complying with the rules, and in 'good taste', to make some changes to the graphical scaling of my game. From the feedback I've received from others it has become apparent that although 640x480 is a plenty fine resolution for me while playing on a 1366x768 laptop screen, it can be far too small for others running at other resolutions. The changes that need to be done to rectify this are:
1. In source, I need to switch to relative positions for the ui elements, as well as tweak their font sizes and margins to improve readability.
2. Tweak my css to have the games canvas fill its iframe.
3. Have the itch upload use a larger default resolution, and enable the fullscreen toggle.
Would it be acceptable to make the above changes to my submission or should I make these changes on a separate upload/wait until voting is over.
The way I see it, the above changes wouldn't normally need to be justified if I needed to tweak things for porting to another platform, But I am unclear where things stand when making these changes to an existing port.