phaser/src/core
Yuval Greenfield 7a4dd97793 Fix the typescript types in the js
This generates the desired phaser.d.ts
2022-10-04 10:48:21 -07:00
..
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
typedefs Fix the typescript types in the js 2022-10-04 10:48:21 -07:00
Config.js 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
CreateRenderer.js Updated copyright year 2022-02-28 14:29:51 +00:00
DebugHeader.js Updated copyright year 2022-02-28 14:29:51 +00:00
Game.js Added Game.pause and Game.resume methods 2022-09-07 16:11:13 +01:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
TimeStep.js Fix delta history array length 2022-09-06 14:36:04 -07:00
VisibilityHandler.js Updated copyright year 2022-02-28 14:29:51 +00:00