X-Git-Url: https://git.ayoreis.com/rushbound.git/blobdiff_plain/251bbce67c7b110e3f6df974ec01ed445b5bba6a..HEAD:/project.godot diff --git a/project.godot b/project.godot index c1a0fa1..2273afd 100644 --- a/project.godot +++ b/project.godot @@ -13,11 +13,20 @@ config_version=5 config/name="Rushbound" config/features=PackedStringArray("4.4", "GL Compatibility") +[display] + +window/size/viewport_width=320 +window/size/viewport_height=180 +window/stretch/mode="viewport" +window/stretch/scale_mode="integer" + [editor_plugins] enabled=PackedStringArray("res://addons/godot_super-wakatime/plugin.cfg") [rendering] +textures/canvas_textures/default_texture_filter=0 renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +2d/snap/snap_2d_transforms_to_pixel=true