we are making a lot of try, so the problems are:
with direct3d (what we use) and simple draw function the video doesn't rescale and with setup like 2x 3x maximizer for windowed and other options for fullscreen.
with drawex function we have to take care of every possible resolution and give the appropriate factor scale, we are doing this reading the config file and passing the parameter to the function but it behave a little strange, for example if i give a factor scale of 0,333333333 for 1920 video it should give me 640 but the video is fully fitting on 2x so 1280x720 (the game is natively 640x360) , so we are a little bit confused 🤷†Âââ,,¢â,¬Ã¯Â¸Â.
with direct3d (what we use) and simple draw function the video doesn't rescale and with setup like 2x 3x maximizer for windowed and other options for fullscreen.
with drawex function we have to take care of every possible resolution and give the appropriate factor scale, we are doing this reading the config file and passing the parameter to the function but it behave a little strange, for example if i give a factor scale of 0,333333333 for 1920 video it should give me 640 but the video is fully fitting on 2x so 1280x720 (the game is natively 640x360) , so we are a little bit confused 🤷†Âââ,,¢â,¬Ã¯Â¸Â.