Updated weapon logic. Fixed player CheckMove logic.

This commit is contained in:
2026-08-24 19:46:04 -04:00
parent c1124a784d
commit e42b11c6fc
10 changed files with 279 additions and 73 deletions

View File

@@ -0,0 +1,7 @@
namespace AlienAttack.MonoGame.Things.Enemies.Mines;
public enum MineState
{
Drifting,
Charging
}