mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Added in lots of new files.
This commit is contained in:
parent
322f711f58
commit
cf51ea8ec4
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue