starship-olympics
starship-olympics copied to clipboard
feat(accessibility): ui scaling
This is a bit harder than expected. Issue related to this #651
Finally this should be ready!
Game changer method:
We needed the correct resolution Vector2
and the correct stretchweigth
get_tree().set_screen_stretch(SceneTree.STRETCH_MODE_VIEWPORT, SceneTree.STRETCH_ASPECT_KEEP, Vector2(1024,576), 0.8)
Ready to go