mirror of
https://github.com/wassname/phaser.git
synced 2026-08-20 12:40:12 +08:00
Phaser.Timer is now feature complete and fully documented. You can create Phaser.TimerEvents on a Timer and lots of new examples have been provided.
This commit is contained in:
@@ -350,6 +350,10 @@
|
||||
"file": "group+transform.js",
|
||||
"title": "group transform"
|
||||
},
|
||||
{
|
||||
"file": "nested+groups.js",
|
||||
"title": "nested groups"
|
||||
},
|
||||
{
|
||||
"file": "recyling.js",
|
||||
"title": "recyling"
|
||||
@@ -797,6 +801,28 @@
|
||||
"title": "swap tiles"
|
||||
}
|
||||
],
|
||||
"time": [
|
||||
{
|
||||
"file": "basic+looped+event.js",
|
||||
"title": "basic looped event"
|
||||
},
|
||||
{
|
||||
"file": "basic+repeat+event.js",
|
||||
"title": "basic repeat event"
|
||||
},
|
||||
{
|
||||
"file": "basic+timed+event.js",
|
||||
"title": "basic timed event"
|
||||
},
|
||||
{
|
||||
"file": "remove+event.js",
|
||||
"title": "remove event"
|
||||
},
|
||||
{
|
||||
"file": "timed+slideshow.js",
|
||||
"title": "timed slideshow"
|
||||
}
|
||||
],
|
||||
"tweens": [
|
||||
{
|
||||
"file": "bounce.js",
|
||||
|
||||
Reference in New Issue
Block a user