Skip to content

Commit

Permalink
fix: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
domi7777 committed Dec 28, 2024
1 parent 63d150f commit 5f8e221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/instrumentScenes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const instrumentScenes = {
} satisfies Record<string, {
color: PhaserColor;
text: string;
clazz: typeof Phaser.Scene;
clazz: typeof Phaser.Scene | typeof SimpleSynthScene | typeof DaftSynthScene | typeof DrumsScene | typeof GibberishScene;
}>;

export type InstrumentScene = ValueOf<typeof instrumentScenes>;

0 comments on commit 5f8e221

Please sign in to comment.