UNPKG

win-destroyer-ts

Version:

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

19 lines (18 loc) 382 B
declare const sprites: { hammer: { cursor: string; particles: string[]; staticParticles: string[]; }; machinegun: { cursor: string; particles: string[]; staticParticles: string[]; }; stamp: { cursor: string; particles: string[]; staticParticles: string[]; }; }; export default sprites;