We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69218eb commit b01238dCopy full SHA for b01238d
Modules/Player/Scripts/Player.cs
@@ -3,7 +3,7 @@ namespace DungeonRoyale.Modules.Player.Scripts;
3
public partial class Player : CharacterBody2D
4
{
5
[Export] private float MovementSpeed { get; set; } = 200.0f;
6
- private AnimatedSprite2D _animatedSprite;
+ private AnimatedSprite2D _animatedSprite = null!;
7
private Direction _currentDirection = Direction.South;
8
9
private const float DIRECTION_THRESHOLD = 0.1f;
0 commit comments