mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 21:15:55 +00:00
Replaced most cameras in levels with a scene
This commit is contained in:
parent
869a3b4c06
commit
9548688850
17 changed files with 107 additions and 105 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue