summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-29 12:37:32 -0600
committerLogan <logan@cflip.net>2022-09-29 12:37:32 -0600
commit181f0aa422df02c14c9a4be9b59835661b3c5c07 (patch)
tree6981be84fb7d64c0f6d341433d4718b3ae63d4bf /scenes
parentf6cd93bc976f58bd6f866e466364c5d608615d77 (diff)
Added improvements to camera logic and zooming.
We'll probably want to refactor this at some point as it feels like it's a pretty rough implementation, but it works and works well enough.
Diffstat (limited to 'scenes')
-rw-r--r--scenes/level.tscn2
1 files changed, 2 insertions, 0 deletions
diff --git a/scenes/level.tscn b/scenes/level.tscn
index f47ef03..1f89e81 100644
--- a/scenes/level.tscn
+++ b/scenes/level.tscn
@@ -25,6 +25,8 @@ limit_left = -202
limit_top = -150
limit_right = 214
limit_bottom = 120
+smoothing_enabled = true
+smoothing_speed = 7.0
script = ExtResource( 6 )
[node name="Interface" parent="." instance=ExtResource( 4 )]