mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
commit
d37ec40d72
1 changed files with 0 additions and 1 deletions
1
build/phaser.d.ts
vendored
1
build/phaser.d.ts
vendored
|
@ -1354,7 +1354,6 @@ declare module Phaser {
|
|||
static SECOND: number;
|
||||
static HALF: number;
|
||||
static QUARTER: number;
|
||||
create(delay: number, loop: boolean, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
add(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
repeat(delay: number, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
loop(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
|
|
Loading…
Reference in a new issue