Replaced most cameras in levels with a scene

This commit is contained in:
Marco 2025-05-07 11:58:08 +02:00
commit 9548688850
17 changed files with 107 additions and 105 deletions

View file

@ -14,7 +14,7 @@ public partial class CameraController : Camera2D
[Export] public float SmoothTime { get; set; } = 0.2f;
[Export] public float MaxAimOffsetDistance { get; set; } = 64f;
[Export] public float AimLerpSpeed { get; set; } = 10f; // How fast the offset adapts
[Export] public float AimLerpSpeed { get; set; } = 0.8f; // How fast the offset adapts
[Export] public float AimDeadzone { get; set; } = 0.2f;
[ExportGroup("Name Strings")]