Zoom in a bit more as now the character sprite is smaller.

This commit is contained in:
Relintai 2021-09-20 15:46:04 +02:00
parent 100712bc02
commit f7fe18b53d

View File

@ -483,7 +483,7 @@ func on_c_controlled_changed():
_nameplate.queue_free()
camera = Camera2D.new()
camera.zoom = Vector2(0.8, 0.8)
camera.zoom = Vector2(0.5, 0.5)
add_child(camera)
camera.current = true