Change camera zoom level
This commit is contained in:
parent
b7179614a6
commit
3bf09393a6
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ has_nsfw_animations = false
|
|||
[node name="Camera2D" type="Camera2D" parent="HiroPlayer"]
|
||||
texture_filter = 1
|
||||
offset = Vector2(0, -12)
|
||||
zoom = Vector2(2, 2)
|
||||
zoom = Vector2(3, 3)
|
||||
position_smoothing_enabled = true
|
||||
position_smoothing_speed = 3.0
|
||||
metadata/_edit_lock_ = true
|
||||
|
|
Loading…
Reference in a new issue