mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 00:47:29 +00:00
Added new Actions
This commit is contained in:
parent
cb110e4977
commit
45194658fb
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
Angle: require('./Angle'),
|
||||
Call: require('./Call'),
|
||||
GetFirst: require('./GetFirst'),
|
||||
GetLast: require('./GetLast'),
|
||||
GridAlign: require('./GridAlign'),
|
||||
IncAlpha: require('./IncAlpha'),
|
||||
IncX: require('./IncX'),
|
||||
|
@ -24,6 +25,8 @@ module.exports = {
|
|||
PlaceOnRectangle: require('./PlaceOnRectangle'),
|
||||
PlaceOnTriangle: require('./PlaceOnTriangle'),
|
||||
PlayAnimation: require('./PlayAnimation'),
|
||||
PropertyValueInc: require('./PropertyValueInc'),
|
||||
PropertyValueSet: require('./PropertyValueSet'),
|
||||
RandomCircle: require('./RandomCircle'),
|
||||
RandomEllipse: require('./RandomEllipse'),
|
||||
RandomLine: require('./RandomLine'),
|
||||
|
|
Loading…
Reference in a new issue