downgraded phaser version to 3.24.1

This commit is contained in:
kharhamel 2021-01-28 19:15:34 +01:00 committed by David Négrier
parent 8eebed1829
commit f2c3d6f158
5 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
export class OutlinePipeline extends Phaser.Renderer.WebGL.Pipelines.MultiPipeline {
export class OutlinePipeline extends Phaser.Renderer.WebGL.Pipelines.TextureTintPipeline {
// the unique id of this pipeline
public static readonly KEY = 'Outline';