UNPKG

domain-destroyer

Version:

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

15 lines 410 B
export const hammer = { name: "hammer", fireRate: 50, animatedParticle: true, cursorOffset: { x: -35, y: -53.5 }, particleOffset: { x: -40, y: -40 }, spriteFrames: 2, spriteW: 107, spriteH: 149, animationCount: 1, particleAnimationDuration: 250, particleSpriteDimensions: { w: 150, h: 150 }, }; export default hammer; //# sourceMappingURL=Hammer.js.map