mjprot with webgl1 instead of webgl2

This commit is contained in:
2020-10-18 12:22:22 +03:00
parent d3d1e049ac
commit e53f517c07
6 changed files with 3 additions and 37 deletions

View File

@@ -134,7 +134,7 @@
<div id='status-notice' class='godot' style='display: none;'></div>
</div>
<script type='text/javascript' src='MJProt.js'></script>
<script type='text/javascript' src='index.js'></script>
<script type='text/javascript'>//<![CDATA[
var engine = new Engine;
@@ -143,8 +143,8 @@
(function() {
const EXECUTABLE_NAME = 'MJProt';
const MAIN_PACK = 'MJProt.pck';
const EXECUTABLE_NAME = 'index';
const MAIN_PACK = 'index.pck';
const INDETERMINATE_STATUS_STEP_MS = 100;
var canvas = document.getElementById('canvas');