phaser/src/scene
2022-12-12 14:57:37 +00:00
..
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
typedefs Merge pull request #6238 from ubershmekel/master 2022-11-29 14:33:39 +00:00
const.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetPhysicsPlugins.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetScenePlugins.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
InjectionMap.js Updated copyright year 2022-02-28 14:29:51 +00:00
Scene.js Updated copyright year 2022-02-28 14:29:51 +00:00
SceneManager.js An inactive Scene is no longer updated after a Scene transition completes. Previously, it will still update the Scene one final time. This fix also prevents the POST_UPDATE event from firing after the transition is over. Fix #5550 2022-12-12 14:57:37 +00:00
ScenePlugin.js An inactive Scene is no longer updated after a Scene transition completes. Previously, it will still update the Scene one final time. This fix also prevents the POST_UPDATE event from firing after the transition is over. Fix #5550 2022-12-12 14:57:37 +00:00
Settings.js Updated copyright year 2022-02-28 14:29:51 +00:00
Systems.js Added canInput method 2022-11-08 23:21:25 +00:00