Added more sound effects.

This commit is contained in:
2026-01-04 18:26:51 -05:00
parent e8e31bb143
commit 7f47e2617c
136 changed files with 959 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ public class Player : MoveableSprite
WeaponDef weaponDef = new()
{
Name = "Weapon 1",
Bullet = BulletDefinitions.LaserLarge,
Bullet = BulletDefinitions.ProtonLarge,
Pattern = ShotPatterns.TripleSpread,
FireSfxKey = ""
};
@@ -79,7 +79,7 @@ public class Player : MoveableSprite
WeaponState weasponState = new()
{
FireThreshold = 15,
SpeedMultiplier = 1,
SpeedMultiplier = 1f,
DamageBonus = 0
};