Update framework
This commit is contained in:
17
framework/ui/menu/interfaces/sound-set.d.ts
vendored
Normal file
17
framework/ui/menu/interfaces/sound-set.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { IPlayableSound } from './playable-sound';
|
||||
export interface SoundSet {
|
||||
open?: IPlayableSound;
|
||||
close?: IPlayableSound;
|
||||
boundary?: IPlayableSound;
|
||||
choose?: IPlayableSound;
|
||||
move?: IPlayableSound;
|
||||
scroller?: IPlayableSound;
|
||||
sliderLeft?: IPlayableSound;
|
||||
sliderRight?: IPlayableSound;
|
||||
wrap?: IPlayableSound;
|
||||
char?: IPlayableSound;
|
||||
delete?: IPlayableSound;
|
||||
enter?: IPlayableSound;
|
||||
checked?: IPlayableSound;
|
||||
unchecked?: IPlayableSound;
|
||||
}
|
||||
Reference in New Issue
Block a user