Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
pete
/
abp
Segui
1
Vota
1
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Print version from JS.
master
Pete Shadbolt
8 anni fa
parent
9ab5509e73
commit
299efef907
2 ha cambiato i file
con
4 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.bumpversion.cfg
+2
-2
abp/static/scripts/main.js
+ 2
- 0
.bumpversion.cfg
Vedi File
@@ -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
Vedi File
@@ -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();
};
Write
Preview
Loading…
Annulla
Salva