overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
58 stars 16 forks source link

Sliders and buttons do not care about draw_offset_x. #151

Closed nkrapivin closed 3 years ago

nkrapivin commented 3 years ago

My phone's screen isn't 16:9, so there are some black borders around it. In the debug log the game said draw_offset_x: 27 But the slider doesn't seem to keep that in mind: image As seen on the image, the slider window is offset by 27 pixels to the left.

UPD: Same goes for on-screen controls: image

UPD 2: Resetting on-screen controls to Defaults in the settings menu does position them properly :/