phaser/v3/typings/state/Settings.d.ts
2017-01-16 22:43:07 +01:00

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);
}