mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
Disable pixel snap, and decrease the camera's zoom.
This commit is contained in:
parent
af3a513040
commit
229377ae35
@ -473,6 +473,7 @@ func on_c_controlled_changed(val):
|
|||||||
|
|
||||||
if val:
|
if val:
|
||||||
camera = Camera2D.new()
|
camera = Camera2D.new()
|
||||||
|
camera.zoom = Vector2(0.8, 0.8)
|
||||||
add_child(camera)
|
add_child(camera)
|
||||||
camera.current = true
|
camera.current = true
|
||||||
|
|
||||||
|
@ -537,7 +537,6 @@ limits/message_queue/max_size_kb=2048
|
|||||||
|
|
||||||
quality/driver/driver_name="GLES2"
|
quality/driver/driver_name="GLES2"
|
||||||
quality/driver/fallback_to_gles2=true
|
quality/driver/fallback_to_gles2=true
|
||||||
quality/2d/use_pixel_snap=true
|
|
||||||
vram_compression/import_etc=true
|
vram_compression/import_etc=true
|
||||||
quality/directional_shadow/size.mobile=1024
|
quality/directional_shadow/size.mobile=1024
|
||||||
quality/shading/force_vertex_shading=true
|
quality/shading/force_vertex_shading=true
|
||||||
|
Loading…
Reference in New Issue
Block a user