mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
Increased the camera's zoom.
This commit is contained in:
parent
789dbc6f8c
commit
4b820f2370
@ -483,7 +483,7 @@ func on_c_controlled_changed():
|
||||
_nameplate.queue_free()
|
||||
|
||||
camera = Camera2D.new()
|
||||
camera.zoom = Vector2(0.5, 0.5)
|
||||
camera.zoom = Vector2(0.9, 0.9)
|
||||
add_child(camera)
|
||||
camera.current = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user