Touching color implementation (#312)

* Touching color draft implementation

* New constant for CPU/GPU render split determined, removing query param

* Small fix for pick tests
This commit is contained in:
Mx Corey Frang
2018-08-08 14:20:35 -04:00
committed by GitHub
parent 62b4a1d5a2
commit c54a928f0a
8 changed files with 574 additions and 88 deletions

View File

@@ -11,6 +11,7 @@
<script>
// These variables are going to be available in the "window global" intentionally.
// Allows you easy access to debug with `vm.greenFlag()` etc.
window.devicePixelRatio = 1;
var canvas = document.getElementById('test');
var render = new ScratchRender(canvas);