domain-destroyer
Version:
A modern recreation of the timeless Desktop Destroyer game developed by Ing. Miroslav Nemecek, written in TypeScript.
15 lines • 405 B
JavaScript
export const stamp = {
name: "stamp",
fireRate: 75,
animatedParticle: false,
cursorOffset: { x: -50, y: -127.5 },
particleOffset: { x: 0, y: 100 },
spriteFrames: 2,
spriteW: 255,
spriteH: 255,
animationCount: 1,
particleAnimationDuration: 25,
particleSpriteDimensions: { w: 150, h: 150 },
};
export default stamp;
//# sourceMappingURL=Stamp.js.map