Richard Davey
|
bdddad818a
|
Actions.SetBlendMode has 2 new arguments: index and direction .
|
2018-03-17 17:43:04 +00:00 |
|
Richard Davey
|
f47119be08
|
Actions.ScaleXY has 4 new arguments: stepX , stepY , index and direction .
|
2018-03-17 17:41:30 +00:00 |
|
Richard Davey
|
30f76e384d
|
Fixed docs
|
2018-03-17 17:41:07 +00:00 |
|
Richard Davey
|
5f196aa81f
|
Actions.SetAlpha has 2 new arguments: index and direction .
|
2018-03-17 17:34:41 +00:00 |
|
Richard Davey
|
2935e59cf6
|
Actions.ScaleY has 3 new arguments: step , index and direction .
|
2018-03-17 17:34:13 +00:00 |
|
Richard Davey
|
fd3aad5f08
|
Actions.ScaleX has 3 new arguments: step , index and direction .
|
2018-03-17 17:34:02 +00:00 |
|
Richard Davey
|
47287bc466
|
Actions.Rotate has 3 new arguments: step , index and direction .
|
2018-03-17 17:33:02 +00:00 |
|
Richard Davey
|
a282b76d07
|
Actions.PropertyValueSet is a new action that will set any property of an array of objects to the given value, using an optional step value, index and iteration direction. Most Actions have been updated to use this internally.
|
2018-03-17 17:32:19 +00:00 |
|
Richard Davey
|
263086fd6a
|
Actions.PropertyValueInc is a new action that will increment any property of an array of objects by the given amount, using an optional step value, index and iteration direction. Most Actions have been updated to use this internally.
|
2018-03-17 17:31:38 +00:00 |
|
Richard Davey
|
5be0932fae
|
Actions.IncXY has 4 new arguments: stepX , stepY , index and direction .
|
2018-03-17 17:25:25 +00:00 |
|
Richard Davey
|
85d4b036b3
|
Actions.IncY has 3 new arguments: step , index and direction .
|
2018-03-17 17:18:28 +00:00 |
|
Richard Davey
|
2d09f69410
|
Actions.IncX has 3 new arguments: step , index and direction .
|
2018-03-17 17:18:16 +00:00 |
|
Richard Davey
|
70058392d3
|
Actions.IncAlpha has 3 new arguments: step , index and direction .
|
2018-03-17 17:17:41 +00:00 |
|
Richard Davey
|
eb0fb84563
|
Actions.Angle has 3 new arguments: step , index and direction .
|
2018-03-17 17:17:18 +00:00 |
|
Richard Davey
|
389669e21b
|
Updated jsdocs
|
2018-03-17 17:16:26 +00:00 |
|
Richard Davey
|
ccbf399dc2
|
Actions.GetLast will return the last element in the items array matching the conditions.
|
2018-03-17 17:16:11 +00:00 |
|
samme
|
c7fd31d3d2
|
Note samme
|
2018-03-12 07:29:04 -07:00 |
|
samme
|
add318491f
|
Add Phaser.Actions.WrapInRectangle
|
2018-03-10 13:35:02 -08:00 |
|
Richard Davey
|
86f00eeb52
|
eslint fixes
|
2018-02-16 18:17:51 +00:00 |
|
Richard Davey
|
8afeafd66b
|
SetHitArea now calls setInteractive, fixing Group.createMultiple when a hitArea has been set.
|
2018-02-13 08:09:13 +00:00 |
|
Richard Davey
|
d1f5f8a82b
|
Added jsdocs
|
2018-02-12 16:01:21 +00:00 |
|
Antriel
|
bb346d5c2c
|
Fixed BresenhamPoints' usage in PlaceOnTriangle.
|
2018-01-25 07:55:04 +01:00 |
|
Richard Davey
|
718859b02e
|
Moved the depth sorting functions into the DisplayList class, as it's really the one responsible for it, not System.
|
2018-01-11 13:59:06 +00:00 |
|
Richard Davey
|
d8f1ba03e9
|
Moved repository location
|
2018-01-09 21:43:56 +00:00 |
|