brick-engine-js 1.0.25 → 1.0.26

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.
@@ -722,6 +722,8 @@ body {
722
722
 
723
723
  border-radius: 0px !important;
724
724
  border: 0px !important;
725
+ overflow-y: hidden !important;
726
+ touch-action: none !important;
725
727
  }
726
728
 
727
729
  #debugger {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brick-engine-js",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "A lightweight brick engine built with p5.js and TypeScript",
5
5
  "type": "commonjs",
6
6
  "main": "dist/brick-engine.js",