Disable pixel snap, and decrease the camera's zoom.

This commit is contained in:
Relintai 2021-02-22 08:32:29 +01:00
parent af3a513040
commit 229377ae35
2 changed files with 1 additions and 1 deletions

View File

@ -473,6 +473,7 @@ func on_c_controlled_changed(val):
if val:
camera = Camera2D.new()
camera.zoom = Vector2(0.8, 0.8)
add_child(camera)
camera.current = true

View File

@ -537,7 +537,6 @@ limits/message_queue/max_size_kb=2048
quality/driver/driver_name="GLES2"
quality/driver/fallback_to_gles2=true
quality/2d/use_pixel_snap=true
vram_compression/import_etc=true
quality/directional_shadow/size.mobile=1024
quality/shading/force_vertex_shading=true