sort cryps

This commit is contained in:
ntr
2019-01-05 16:51:25 +11:00
parent f359332cf4
commit 1e4f2ccc80
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ const CustomPipeline = new Phaser.Class({
Phaser.Renderer.WebGL.Pipelines.TextureTintPipeline.call(this, {
game,
renderer: game.renderer,
fragShader: PLASMA,
fragShader: STARS,
});
},
});