enable scaling for ui
This commit is contained in:
parent
92d32ec93d
commit
e09e863205
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
|
*.DS_Store
|
|
@ -30,6 +30,8 @@ FreeRoamMaps="*res://Scripts/Configs/FreeRoamMaps.gd"
|
||||||
|
|
||||||
window/size/viewport_width=1280
|
window/size/viewport_width=1280
|
||||||
window/size/viewport_height=720
|
window/size/viewport_height=720
|
||||||
|
window/stretch/mode="canvas_items"
|
||||||
|
window/stretch/aspect="expand"
|
||||||
|
|
||||||
[filesystem]
|
[filesystem]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue