mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
15 lines
262 B
TypeScript
15 lines
262 B
TypeScript
export default class Settings {
|
|
state: any;
|
|
status: any;
|
|
op: any;
|
|
key: any;
|
|
active: any;
|
|
visible: any;
|
|
scaleMode: any;
|
|
fps: any;
|
|
x: any;
|
|
y: any;
|
|
width: any;
|
|
height: any;
|
|
constructor(state: any, config: any);
|
|
}
|