Add zoom to the camera, I like it's effect better.

This commit is contained in:
Relintai 2020-07-13 01:52:05 +02:00
parent 5d2e030470
commit 08cbe63fd9

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