mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-21 13:17:17 +01:00
Add zoom to the camera, I like it's effect better.
This commit is contained in:
parent
5d2e030470
commit
08cbe63fd9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user