이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
macrovision
보기
1
좋아요
0
포크
0
코드
이슈
5
풀 리퀘스트
0
릴리즈
10
위키
활동
소스 검색
Make custom entities have a consistent size when created
They'll always be 3/10ths as tall as the world is.
tags/v0.1.0
Fen Dweller
6 년 전
부모
ecbdf755a5
커밋
f61a399553
1개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
macrovision.js
+ 2
- 0
macrovision.js
파일 보기
@@ -1941,6 +1941,8 @@ function makeCustomEntity(url, x=0.5, y=0.5) {
const entity = maker.constructor();
entity.scale = config.height.toNumber("feet") / 20;
entity.ephemeral = true;
displayEntity(entity, "custom", x, y, true, true);
}
쓰기
미리보기
불러오는 중...
취소
저장