phaser/src/gameobjects/image
2018-08-03 18:50:36 +01:00
..
Image.js Added resetCropObject method to cut down on duplicate code. 2018-08-03 18:50:36 +01:00
ImageCanvasRenderer.js GameObject.willRender now takes a Camera as its only argument and uses it within the check. This has allowed me to remove 23 duplicate checks spread across the various Game Objects, all of which did the same thing, saving both KB and CPU time as the flags were being checked twice in most cases. 2018-07-19 13:19:02 +01:00
ImageCreator.js Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
ImageFactory.js Fix multiple types on GameObjects 2018-03-20 15:56:31 +01:00
ImageRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
ImageWebGLRenderer.js GameObject.willRender now takes a Camera as its only argument and uses it within the check. This has allowed me to remove 23 duplicate checks spread across the various Game Objects, all of which did the same thing, saving both KB and CPU time as the flags were being checked twice in most cases. 2018-07-19 13:19:02 +01:00