이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
pete
/
abp
보기
1
좋아요
1
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Print version from JS.
master
Pete Shadbolt
8 년 전
부모
9ab5509e73
커밋
299efef907
2개의 변경된 파일
과
4개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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();
};
쓰기
미리보기
불러오는 중...
취소
저장