phaser/src
2024-02-20 23:56:21 +00:00
..
actions Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
animations Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
cache Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
cameras Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
core Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
create Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
curves Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
data Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
device Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
display Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
dom Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
events Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
fx Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
gameobjects Just updateDisplayOrigin without defaults Fix #6655 2024-02-20 14:21:36 -05:00
geom Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
input Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
loader Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
math Math.RectangleLike is a new typedef that defines a rectangle-like object with public x, y, width and height properties. 2024-02-20 23:52:54 +00:00
physics Add bounce event to arcade physics Fix #6406 2024-02-20 17:16:32 -05:00
plugins Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
polyfills The Request Video Frame polyfill will now check first to see if the browser supports HTMLVideoElement before trying to inspect its prototype. This should help in non-browser environments. 2023-09-27 17:18:10 +01:00
renderer Fix rare text sizes failing to render. 2024-02-21 11:48:59 +13:00
scale The ScaleManager.orientationChange event listener will now directly refresh the Scale Manager internals. This fixes an issue where the orientation change event would fire after the window resize event, causing the Scale Manager to incorrectly report the new orientation on Chrome on iOS. Fix #6484 2024-02-20 22:46:05 +00:00
scene Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
sound WebAudioSound will now set hasEnded = false as part of stopAndRemoveBufferSource, after the source has been stopped and disconnected. This should prevent it from being left in a true state if the source onended callback fired late, after the sound had been re-played. Fix #6657 2024-02-20 17:50:44 +00:00
structs Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
textures Texture#getFrameBounds is a new method that will return the bounds that all of the frames of a given Texture Source encompass. This is useful for things like calculating the bounds of a Sprite Sheet embedded within a Texture Atlas. 2024-02-20 23:53:26 +00:00
tilemaps The Tileset.updateTileData method has two new optional parameters offsetX and offsetY which allow you to set the offset that the tile data starts from within the base source texture. 2024-02-20 23:56:14 +00:00
time Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
tweens Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
utils Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
const.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
phaser-arcade-physics.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
phaser-core.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
phaser-esm.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
phaser-ie9.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
phaser.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00