Holding the walk button no longer activates sprite movement state (#24455)

* Dancing is forbidden

* Suggested changes
This commit is contained in:
Tayrtahn
2024-01-23 20:26:45 -05:00
committed by GitHub
parent 54290e9591
commit c1fd42202f
2 changed files with 3 additions and 2 deletions

View File

@@ -626,6 +626,7 @@ namespace Content.Shared.Movement.Systems
Left = 4,
Right = 8,
Walk = 16,
AnyDirection = Up | Down | Left | Right,
}
[Flags]