Added in lots of new files.

This commit is contained in:
Richard Davey 2016-10-30 22:56:26 +00:00
parent 322f711f58
commit cf51ea8ec4

View file

@ -140,8 +140,13 @@ EOL;
<script src="$path/src/renderer/webgl/FilterTexture.js"></script>
<script src="$path/src/renderer/webgl/ShaderManager.js"></script>
<script src="$path/src/renderer/webgl/StencilManager.js"></script>
<script src="$path/src/renderer/webgl/batches/BaseBatch.js"></script>
<script src="$path/src/renderer/webgl/batches/ImageBatch.js"></script>
<script src="$path/src/renderer/webgl/batches/FXBatch.js"></script>
<script src="$path/src/renderer/webgl/batches/MultiTextureBatch.js"></script>
<script src="$path/src/renderer/webgl/batches/PixelBatch.js"></script>
<script src="$path/src/renderer/webgl/shaders/ComplexPrimitiveGraphics.js"></script>
<script src="$path/src/renderer/webgl/shaders/PrimitiveGraphics.js"></script>
<script src="$path/src/renderer/webgl/shaders/Sprite.js"></script>
@ -208,6 +213,10 @@ EOL;
<script src="$path/src/gameobjects/particle/Particle.js"></script>
<script src="$path/src/gameobjects/pixelfield/PixelField.js"></script>
<script src="$path/src/gameobjects/pixelfield/PixelFieldFactory.js"></script>
<script src="$path/src/gameobjects/pixelfield/PixelFieldWebGLRenderer.js"></script>
<script src="$path/src/gameobjects/stage/Stage.js"></script>
<script src="$path/src/gameobjects/stage/StageCanvasRenderer.js"></script>
<script src="$path/src/gameobjects/stage/StageWebGLRenderer.js"></script>