Removed webpack for gulp again because its simpler for a project this size.

This commit is contained in:
firebingo 2019-05-13 13:16:40 -07:00
parent 77fc6e4d69
commit d4e96c66a8
15 changed files with 9062 additions and 14328 deletions

View file

@ -1,9 +1,5 @@
//http://glslsandbox.com/e#39992.0
/* global PIXI */
import 'Pixi';
import { baseDimensions } from './Common.js';
class Shaders {
constructor() {
this.leftToRightFadeShader = `
@ -205,5 +201,3 @@ class Shaders {
}
}
}
export { Shaders };