mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed links in documentation
This commit is contained in:
parent
268b13392b
commit
58817869dc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
* It consists of a delay, which is a value in milliseconds after which the event will fire.
|
||||
* When the event fires it calls a specific callback with the specified arguments.
|
||||
*
|
||||
* Use {@link Phaser.Timer#add}, {@link Phaser.Timer#add}, or {@link Phaser.Timer#add} methods to create a new event.
|
||||
* Use {@link Phaser.Timer#add}, {@link Phaser.Timer#repeat}, or {@link Phaser.Timer#loop} methods to create a new event.
|
||||
*
|
||||
* @class Phaser.TimerEvent
|
||||
* @constructor
|
||||
|
|
Loading…
Reference in a new issue