Enhance ending sounds
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import { Sound } from "./sound.ts";
|
||||
|
||||
export type VNSceneMessage = {
|
||||
type: "message";
|
||||
text: string;
|
||||
sfx?: string;
|
||||
sfx?: Sound;
|
||||
};
|
||||
|
||||
export type VNSceneCallback = {
|
||||
|
Reference in New Issue
Block a user