Richard Davey
|
1f8276ac76
|
Updated copyright year, company and author
|
2024-02-19 17:12:24 +00:00 |
|
Robert Kowalski
|
a48db68b53
|
The PlaceOnLine Action now supports ease functions
|
2024-01-31 15:34:19 -05:00 |
|
Richard Davey
|
fd1f0b3d68
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2023-10-26 21:07:41 +01:00 |
|
Richard Davey
|
d66a4e7b65
|
Updated jsdocs
|
2023-10-26 21:07:39 +01:00 |
|
Richard Davey
|
6dd1017fd9
|
Docs update
|
2023-10-26 19:02:02 +01:00 |
|
Richard Davey
|
f20963c04f
|
Fixed jsdocs
|
2023-10-15 17:24:21 +01:00 |
|
David Mokel
|
1507d56785
|
fix(Phaser.Actions.GetLast): fix the incorrect logic about GetLast function
Closes fix 6513
|
2023-05-29 07:21:36 +08:00 |
|
Richard Davey
|
468bf7821d
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
|
Emil Schnedler Vad
|
f32817f014
|
fixed step value so the last element is equal max
|
2022-11-30 18:57:45 +01:00 |
|
Richard Davey
|
f3e773d102
|
Much better docs and more concise function code.
|
2022-10-26 23:02:50 +01:00 |
|
Richard Davey
|
56561b2f6d
|
Updated docs
|
2022-10-26 23:02:36 +01:00 |
|
Richard Davey
|
4f7bbc8b61
|
Update PlaceOnCircle.js
|
2022-10-19 22:06:12 +01:00 |
|
Richard Davey
|
1eb692251b
|
The tempZone used by GridAlign has now had setOrigin(0, 0) applied to it. This leads to more accurate / expected zone placement when aligning grid items.
|
2022-10-14 16:15:47 +01:00 |
|
Richard Davey
|
59fbcc5ca3
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
|
Richard Davey
|
b082ef0967
|
The Actions.PlayAnimation arguments have been updated to match the new animation system introduced in Phaser 3.50. It will now take either a string-key, or a play animation configuration object, and the startFrame parameter has been replaced with ignoreIfPlaying . The function will also only call play if the Game Object has an animation component, meaning you can now supply this action with a mixed-content array without errors. Fix #5555
|
2021-02-16 11:53:12 +00:00 |
|
xuxu
|
c3d3461a38
|
Fix PlaceOnRectangle JSDoc
The shift value defaults to 0
|
2021-02-07 21:43:19 +08:00 |
|
Richard Davey
|
417f7684c3
|
More integer to number changes
|
2020-11-23 10:32:00 +00:00 |
|
Richard Davey
|
02c34cd64e
|
Replace integer with number
|
2020-11-23 10:22:13 +00:00 |
|
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 |
|