This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Print version from JS.
master
Pete Shadbolt
8 years ago
parent
9ab5509e73
commit
299efef907
2 changed files
with
4 additions
and
2 deletions
Split View
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
View 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
View 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…
Cancel
Save