이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
macrovision
보기
1
좋아요
0
포크
0
코드
이슈
5
풀 리퀘스트
0
릴리즈
10
위키
활동
소스 검색
Make the ground move with the camera
master
Fen Dweller
5 년 전
부모
7c2466cffd
커밋
94f44bf0bb
3개의 변경된 파일
과
4개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macrovision.css
+1
-1
macrovision.html
+2
-0
macrovision.js
+ 1
- 1
macrovision.css
파일 보기
@@ -544,7 +544,7 @@ body.toggle-height-bars .height-bar,
display: none;
position: absolute;
width: 100%;
height: 10vh;
height: 10
0
vh;
left: 0%;
top: calc(100% - 51px);
background: black;
+ 1
- 1
macrovision.html
파일 보기
@@ -294,7 +294,7 @@
</div>
<canvas id="display">
</canvas>
<div class="bottom-cover"></div>
<div
id="ground"
class="bottom-cover"></div>
</div>
</div>
+ 2
- 0
macrovision.js
파일 보기
@@ -340,6 +340,8 @@ function updateSizes(dirtyOnly = false) {
zIndex -= 1;
});
document.querySelector("#ground").style.top = pos2pix({x: 0, y: 0}).y + "px";
}
쓰기
미리보기
불러오는 중...
취소
저장