diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 17:09:46 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 17:09:46 +0300 |
| commit | 7456670d9ae8793e2fcab57f4919402f410a0845 (patch) | |
| tree | d34de659181212cc275dc551d5ab7f1e96377b28 /project.godot | |
| parent | fd406c55d05f172589b4cf14377d7cc568e5d2b7 (diff) | |
Set better display options
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project.godot b/project.godot index d677db4..45854be 100644 --- a/project.godot +++ b/project.godot @@ -42,6 +42,11 @@ config/name="Rpg 1" run/main_scene="res://scenes/Game.tscn" config/icon="res://icon.png" +[display] + +window/stretch/mode="2d" +window/stretch/aspect="expand" + [rendering] quality/intended_usage/framebuffer_allocation=0 |
