Update phaser.d.ts

Remove duplicated Timer.create signature
This commit is contained in:
qdrj
2014-01-23 22:50:02 -08:00
parent e3aaec8ac0
commit 8b06f9cd86
-1
View File
@@ -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;
create(delay: number, loop: boolean, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;