UNPKG

win-destroyer-ts

Version:

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

8 lines (7 loc) 155 B
declare const staticSprites: { hammer: string[]; machinegun: string[]; stamp: string[]; zapper: string[]; }; export default staticSprites;