diff options
| author | Sarah B <git@sarahduck.ca> | 2023-12-24 21:04:19 -0800 |
|---|---|---|
| committer | Sarah B <git@sarahduck.ca> | 2023-12-24 21:04:19 -0800 |
| commit | 0206e04e0a3542b8f0fc97996f1d885f7604a6fa (patch) | |
| tree | 575f1388978b110064993445b73dcf268218a750 /MathExtensions.cs | |
| parent | c4dd5d6fe58a21f9cab5ce271cd3554c2fe791e3 (diff) | |
network mouse click, restructure oneko, add framework for NPCState stuff
Diffstat (limited to 'MathExtensions.cs')
| -rw-r--r-- | MathExtensions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MathExtensions.cs b/MathExtensions.cs index 81db592..2e74442 100644 --- a/MathExtensions.cs +++ b/MathExtensions.cs @@ -28,6 +28,4 @@ public static class Directions public static readonly Vector2 UpRight = Vector2.Normalize(Up+Right); public static readonly Vector2 DownLeft = Vector2.Normalize(Down+Left); public static readonly Vector2 DownRight = Vector2.Normalize(Down+Right); - - public static readonly Vector2[] AllDirections = [Up,Down,Left,Right,UpLeft,UpRight,DownLeft,DownRight]; }
\ No newline at end of file |
