phaser/src/textures
2022-10-07 16:23:34 +01:00
..
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
parsers The endFrame and startFrame properties of the SpriteSheet parser wouldn't correctly apply themselves, the Texture would still end up with all of the frames. It will now start at the given startFrame so that is frame zero and end at endFrame, regardless how many other frames are in the sheet. 2022-09-24 21:35:58 +01:00
typedefs Update StampConfig.js 2022-09-29 18:51:31 +01:00
CanvasTexture.js Updated copyright year 2022-02-28 14:29:51 +00:00
const.js Updated copyright year 2022-02-28 14:29:51 +00:00
DynamicTexture.js Update DynamicTexture.js 2022-10-04 14:49:10 +01:00
Frame.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Update index.js 2022-10-07 15:27:50 +01:00
Texture.js Update Texture.js 2022-10-07 16:23:34 +01:00
TextureManager.js TextureManager.silentWarnings is a new boolean property that, when set, will prevent the Texture Manager from emiting any warnings or errors to the console in the case of missing texture keys or invalid texture access. The default is to display these warnings, this flag toggles that. 2022-10-06 22:04:21 +01:00
TextureSource.js Update TextureSource.js 2022-10-07 16:08:50 +01:00