소스 검색

Print version from JS.

master
Pete Shadbolt 7 년 전
부모
커밋
299efef907
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -0
      .bumpversion.cfg
  2. +2
    -2
      abp/static/scripts/main.js

+ 2
- 0
.bumpversion.cfg 파일 보기

@@ -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 파일 보기

@@ -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();
};

불러오는 중...
취소
저장