Increased the camera's zoom.

This commit is contained in:
Relintai 2021-12-14 00:12:01 +01:00
parent 789dbc6f8c
commit 4b820f2370

View File

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