UNPKG

domain-destroyer

Version:

A modern recreation of the timeless Desktop Destroyer game developed by Ing. Miroslav Nemecek, written in TypeScript.

15 lines 435 B
export const machinegun = { name: "machinegun", fireRate: 75, animatedParticle: true, cursorOffset: { x: -75, y: -125 }, particleOffset: { x: -75, y: -125 }, spriteFrames: 3, spriteW: 196, spriteH: 196, animationCount: "infinite", particleAnimationDuration: 350, particleSpriteDimensions: { w: 150, h: 150 }, }; export default machinegun; //# sourceMappingURL=MachineGun.js.map