phaser/src/gameobjects/shape/line
2020-11-26 09:51:40 +00:00
..
Line.js The Line Game Object will now default its width and height to 1, rather than zero. This allows you to give Line objects a physics body (although you will still need to re-adjust the center of the body manually). Fix #4596 2020-09-28 17:00:15 +01:00
LineCanvasRenderer.js Removed interpolationPercentage parameter from all render methods, as it has never been used. 2020-09-14 15:33:58 +01:00
LineFactory.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
LineRender.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
LineWebGLRenderer.js Better post pipeline call (less code) 2020-11-26 09:51:40 +00:00