UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

7 lines (6 loc) 179 B
export declare function usePlayCatMusicFile({ hasInteracted, }: { hasInteracted: boolean; }): { playMusic: () => void; }; export declare const musicQuasarLoops: string[];