Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
chemicalcrux
/
macrovision
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
5
Değişiklik İstekleri
0
Sürümler
10
Wiki
Aktivite
Kaynağa Gözat
Make the ground move with the camera
master
Fen Dweller
5 yıl önce
ebeveyn
7c2466cffd
işleme
94f44bf0bb
3 değiştirilmiş dosya
ile
4 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
macrovision.css
+1
-1
macrovision.html
+2
-0
macrovision.js
+ 1
- 1
macrovision.css
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -340,6 +340,8 @@ function updateSizes(dirtyOnly = false) {
zIndex -= 1;
});
document.querySelector("#ground").style.top = pos2pix({x: 0, y: 0}).y + "px";
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet