Explorar el Código

Print version from JS.

master
Pete Shadbolt hace 7 años
padre
commit
299efef907
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. +2
    -0
      .bumpversion.cfg
  2. +2
    -2
      abp/static/scripts/main.js

+ 2
- 0
.bumpversion.cfg Ver fichero

@@ -11,6 +11,8 @@ tag = True

[bumpversion:file:abp/static/index.html]

[bumpversion:file:abp/static/scripts/main.js]

[bumpversion:file:README.md]

[bumpversion:file:bin/abpserver]


+ 2
- 2
abp/static/scripts/main.js Ver fichero

@@ -1,10 +1,10 @@
console.log("abp v0.4.24");

window.onload = function() {
graph.prepare();
materials.prepare();
gui.prepare();
mouse.prepare();
editor.prepare();
gui.scene.children[0].renderOrder = -1000;
console.log(gui.scene.children[0].renderOrder = -1000);
gui.loop();
};

Cargando…
Cancelar
Guardar