phaser/src
2022-09-26 17:15:34 +01:00
..
actions Updated copyright year 2022-02-28 14:29:51 +00:00
animations All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
cache All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
cameras All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
core All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
create Updated copyright year 2022-02-28 14:29:51 +00:00
curves Updated copyright year 2022-02-28 14:29:51 +00:00
data All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
device Added missing safariVersion and new es2019 test 2022-09-21 17:35:47 +01:00
display Added missing property 2022-08-24 14:51:45 +01:00
dom Switch setTimeout order to avoid double-length frames 2022-08-31 17:11:01 +01:00
events Updated copyright year 2022-02-28 14:29:51 +00:00
gameobjects The GameObject#setFrame method can now accept a Frame instance as its parameter, which will also automatically update the Texture the Game Object is using. 2022-09-26 17:15:34 +01:00
geom Updated copyright year 2022-02-28 14:29:51 +00:00
input All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
loader All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
math fix: Wrap documentation 2022-07-28 15:42:18 +01:00
physics All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
plugins Updated copyright year 2022-02-28 14:29:51 +00:00
polyfills 1, add missing polyfill for IE9,10 2021-12-21 17:09:55 +08:00
renderer Lots of LightPipeline improvements 2022-09-23 00:42:04 +01:00
scale All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
scene All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
sound All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
structs All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
textures TextureManager.parseFrame is a new method that will return a Texture Frame instance from the given argument, which can be a string, array, object or Texture instance. 2022-09-26 15:28:41 +01:00
tilemaps Lint fix 2022-09-20 22:23:09 +01:00
time Updated copyright year 2022-02-28 14:29:51 +00:00
tweens All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
utils GameConfig.stableSort is a new optional property that will control if the internal depth sorting routine uses our own StableSort function, or the built-in browser Array.sort one. Only modern browsers have a _stable_ Array.sort implementation, which Phaser requires. Older ones need to use our function instead. Set to 1 to use the legacy version, 0 to use the ES2019 version or -1 to have Phaser try and detect which is best for the browser 2022-09-21 17:52:57 +01:00
const.js Getting ready for Beta 11 2022-09-20 23:23:26 +01:00
phaser-arcade-physics.js Updated copyright year 2022-02-28 14:29:51 +00:00
phaser-core.js Updated copyright year 2022-02-28 14:29:51 +00:00
phaser-ie9.js Updated copyright year 2022-02-28 14:29:51 +00:00
phaser.js Updated copyright year 2022-02-28 14:29:51 +00:00