fix(display): scale display on window size change, fixes #123

This commit is contained in:
2025-09-06 15:18:29 +02:00
parent c4e15dcc2f
commit e108de7f0e
4 changed files with 22 additions and 16 deletions

View File

@@ -32,8 +32,8 @@ gymkhana="*res://addons/escoria-ui-return-monkey-island/GymkhanaAutoload.gd"
[display]
window/size/viewport_width=1280
window/size/viewport_height=750
window/stretch/mode="2d"
window/size/viewport_height=720
window/stretch/mode="canvas_items"
[editor]