Commit graph

72 commits

Author SHA1 Message Date
Richard Davey
f505f6a3e3 Actions.setOrigin will now call updateDisplayOrigin on the items array, otherwise the effects can't be seen when rendering. 2020-09-03 17:34:16 +01:00
halilcakar
8aa54e86a0 Remove console.log 2020-08-20 23:29:15 +03:00
halilcakar
b4e1b5af77 Fix for #5019 2020-08-20 15:27:29 +03:00
Richard Davey
ff65e69cd1 Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Richard Davey
1ccfd8d68b In Actions.GridAlign if you set width to -1 it would align the items vertically, instead of horizontally. It now aligns them horizontally if width is set, or vertically if height is set. Fix #4899 2020-01-15 00:31:57 +00:00
samme
e752b5dc92 Add Phaser.Actions.AlignTo() and Phaser.Display.Align.To.QuickSet() 2019-12-23 16:37:43 -08:00
Richard Davey
3eafac9f4f lint fixes 2019-11-19 13:02:05 +00:00
Richard Davey
4606f0b443
Merge pull request #4850 from rexrainbow/group-improvement
Add some action methods
2019-11-19 11:04:17 +00:00
Richard Davey
e09a687955 Correct version number 2019-11-19 11:00:42 +00:00
Hua
a02ce69329 Fix typo 2019-11-06 14:22:56 +08:00
Hua
53e9fd1465 Add SetScrollFactor into Action and Group's createFromConfig 2019-11-05 14:39:56 +08:00
Richard Davey
c91ed91ce3 License link update 2019-05-10 16:15:04 +01:00
Richard Davey
290389c4ae Input Types 2019-05-09 12:02:03 +01:00
Richard Davey
2b073cba51 Actions Types 2019-05-09 11:44:01 +01:00
Tyler Morley
21994c5c46 docs: fix copy-paste error 2019-04-15 22:21:36 -05:00
Richard Davey
c8da1f98e0 Typo fix 2019-04-05 17:13:04 +01:00
Gal Pasternak
17cde51a3d
Fixed Phaser.Actions.Spread ignoring the min parameter 2019-04-02 15:12:07 +03:00
Richard Davey
fd629fe783 Adding callback typedefs 2019-02-13 16:32:27 +00:00
Richard Davey
3bb73c5664 Fixed Group defs and completed Arcade Physics defs 2019-02-13 14:45:36 +00:00
Richard Davey
3938675d9f Input typedefs 2019-02-13 14:17:36 +00:00
Richard Davey
e7b1d086e7 Moving all of the typedefs to properly namespaced scopes, rather than globals
\o/ ~ "Someone, save me!"
2019-02-13 12:35:12 +00:00
Richard Davey
aa341854c7 Happy New Year 2019-01-15 16:20:22 +00:00
Richard Davey
faaadb357e Completed Actions jsdocs 2018-10-01 12:01:59 +01:00
Richard Davey
e297b3272e Added hundreds of new jsdoc descriptions 2018-10-01 11:35:01 +01:00
Richard Davey
38cacfd9f7 Added new jsdocs 2018-09-28 16:37:55 +01:00
ksmai
1050deb59f Fix JSDoc parameter type in Actions.GridAlign 2018-04-29 16:25:44 +08:00
Daniel
24afeded9b Add full stops at end of descriptions 2018-04-19 21:59:27 +10:00
Daniel
f983f121d4 Add docs for PlayAnimation 2018-04-19 08:36:57 +10:00
Daniel
ead3537d45 Added docs for PlayAnimation 2018-04-19 08:31:21 +10:00
Richard Davey
6b18942d13 Fake Zone callback update 2018-04-13 17:05:07 +01:00
Evan Cobb
4270660c31 adding documentation to some files with only one [description] tag 2018-04-08 14:13:02 -05:00
orblazer
bdf373b6e8 Add generic type on Actions 2018-03-27 13:14:08 +02:00
orblazer
e60d573912 Fix "object" types in Actions 2018-03-20 23:36:41 +01:00
orblazer
7fba122321 Fix "any" types 2018-03-20 17:15:49 +01:00
orblazer
3cb00c85c9 Fix multiple types on Actions 2018-03-20 15:57:12 +01:00
orblazer
33e49a4416 Add callbacks on Boot, Actions and Create 2018-03-19 22:37:47 +01:00
orblazer
41d7c4b715 Add callbacks on Input and Geom 2018-03-19 22:12:11 +01:00
Richard Davey
45194658fb Added new Actions 2018-03-17 17:51:27 +00:00
Richard Davey
cb110e4977 Actions.SetXY has 2 new arguments: index and direction. 2018-03-17 17:51:12 +00:00
Richard Davey
c67882e900 Actions.SetY has 2 new arguments: index and direction. 2018-03-17 17:50:13 +00:00
Richard Davey
80560b7b3c Actions.SetX has 2 new arguments: index and direction. 2018-03-17 17:49:49 +00:00
Richard Davey
7052f981b5 Actions.SetVisible has 2 new arguments: index and direction. 2018-03-17 17:49:23 +00:00
Richard Davey
8f0ee99f23 Actions.SetScaleY has 2 new arguments: index and direction. 2018-03-17 17:47:37 +00:00
Richard Davey
fe7d72b326 Actions.SetScaleX has 2 new arguments: index and direction. 2018-03-17 17:47:26 +00:00
Richard Davey
84cc2c7aa2 Actions.SetScale has 2 new arguments: index and direction. 2018-03-17 17:47:07 +00:00
Richard Davey
6f3b2cf9a5 Actions.SetOrigin has 4 new arguments: stepX, stepY, index and direction. 2018-03-17 17:46:26 +00:00
Richard Davey
fa6b3bba64 Actions.SetRotation has 2 new arguments: index and direction. 2018-03-17 17:45:38 +00:00
Richard Davey
e8fe38b560 Actions.SetDepth has 2 new arguments: index and direction. 2018-03-17 17:45:19 +00:00
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