mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
Zoom in a bit more as now the character sprite is smaller.
This commit is contained in:
parent
100712bc02
commit
f7fe18b53d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user