Enemies drop ammo now

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-14 15:51:23 +01:00
parent 001c7c3131
commit dfc6a94e88
3 changed files with 30 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ class MachineGun extends Weapon {
idleSprite: 427,
fireFrames: [428, 429, 430],
damage: 20,
msPerFrame: 80,
msPerFrame: 80, // MG fires faster than the Pistol
isAutomatic: true, // This allows holding the button!
);
}