excalibur 0.26.0-alpha.376 → 0.26.0-alpha.377

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,6 +21,7 @@ export * from './Context/ExcaliburGraphicsContext2DCanvas';
21
21
  export * from './Context/ExcaliburGraphicsContextWebGL';
22
22
  export * from './Context/debug-text';
23
23
  export * from './PostProcessor/PostProcessor';
24
+ export * from './PostProcessor/ScreenShader';
24
25
  export * from './PostProcessor/ColorBlindnessMode';
25
26
  export * from './PostProcessor/ColorBlindnessPostProcessor';
26
27
  export * from './Context/texture-loader';
@@ -25,6 +25,7 @@ export * from './Context/ExcaliburGraphicsContextWebGL';
25
25
  export * from './Context/debug-text';
26
26
  // Post Processor
27
27
  export * from './PostProcessor/PostProcessor';
28
+ export * from './PostProcessor/ScreenShader';
28
29
  export * from './PostProcessor/ColorBlindnessMode';
29
30
  export * from './PostProcessor/ColorBlindnessPostProcessor';
30
31
  export * from './Context/texture-loader';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/engine/Graphics/index.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAE5B,eAAe;AACf,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AAEjC,kBAAkB;AAClB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AAEzB,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AAExD,cAAc,sBAAsB,CAAC;AAErC,iBAAiB;AACjB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6CAA6C,CAAC;AAE5D,cAAc,0BAA0B,CAAC;AACzC,cAAc,aAAa,CAAC;AAG5B,YAAY;AACZ,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AAExC,OAAO;AAEP,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/engine/Graphics/index.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAE5B,eAAe;AACf,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AAEjC,kBAAkB;AAClB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AAEzB,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AAExD,cAAc,sBAAsB,CAAC;AAErC,iBAAiB;AACjB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6CAA6C,CAAC;AAE5D,cAAc,0BAA0B,CAAC;AACzC,cAAc,aAAa,CAAC;AAG5B,YAAY;AACZ,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AAExC,OAAO;AAEP,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * excalibur - 0.26.0-alpha.376+a1c64bd - 2022-1-18
2
+ * excalibur - 0.26.0-alpha.377+538f068 - 2022-1-18
3
3
  * https://github.com/excaliburjs/Excalibur
4
4
  * Copyright (c) 2022 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
5
5
  * Licensed BSD-2-Clause
@@ -2157,6 +2157,7 @@ __webpack_require__.d(__webpack_exports__, {
2157
2157
  "Screen": () => (/* reexport */ Screen),
2158
2158
  "ScreenAppender": () => (/* reexport */ ScreenAppender),
2159
2159
  "ScreenElement": () => (/* reexport */ ScreenElement_ScreenElement),
2160
+ "ScreenShader": () => (/* reexport */ ScreenShader),
2160
2161
  "ScrollPreventionMode": () => (/* reexport */ ScrollPreventionMode),
2161
2162
  "Shader": () => (/* reexport */ Shader),
2162
2163
  "Shape": () => (/* reexport */ Shape),
@@ -29506,6 +29507,7 @@ class Polygon_Polygon extends Raster {
29506
29507
 
29507
29508
 
29508
29509
 
29510
+
29509
29511
  // Rendering
29510
29512
 
29511
29513
 
@@ -30093,7 +30095,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
30093
30095
  * The current Excalibur version string
30094
30096
  * @description `process.env.__EX_VERSION` gets replaced by Webpack on build
30095
30097
  */
30096
- const EX_VERSION = "0.26.0-alpha.376+a1c64bd";
30098
+ const EX_VERSION = "0.26.0-alpha.377+538f068";
30097
30099
 
30098
30100
  polyfill();
30099
30101
  // This file is used as the bundle entry point and exports everything