phaser/src/textures
2022-10-04 14:49:10 +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 Updated copyright year 2022-02-28 14:29:51 +00:00
Texture.js The Texture.destroy method will only destroy sources, dataSources and frames if they exist, protecting against previously destroyed instances. 2022-09-21 14:06:58 +01:00
TextureManager.js Scale 1 2022-10-03 23:15:40 +01:00
TextureSource.js Testing out the new DynamicTexture 2022-09-27 23:39:23 +01:00