Added mines.

This commit is contained in:
2026-01-06 20:35:52 -05:00
parent 804c03b1d8
commit f44d9ae48c
7 changed files with 132 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ public class Player : MoveableSprite
WeaponDef weaponDef = new()
{
Name = "Weapon 1",
Bullet = BulletDefinitions.ProtonLarge,
Bullet = BulletDefinitions.LaserLarge,
Pattern = ShotPatterns.TripleSpread,
FireSfxKey = ""
};