@betorigami/games 0.7.30 → 0.7.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +178 -166
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3490,6 +3490,7 @@ declare class SoundController {
|
|
|
3490
3490
|
private muted;
|
|
3491
3491
|
private audioCtx;
|
|
3492
3492
|
private buffer;
|
|
3493
|
+
private spriteMap;
|
|
3493
3494
|
constructor(host: GameHost$2);
|
|
3494
3495
|
preload(_file: string): void;
|
|
3495
3496
|
play(soundKey: BaseSound, muted?: boolean, pitch?: number, volume?: number, onEndCallback?: () => void): Promise<AudioBufferSourceNode | void>;
|