@@ -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!
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user