Kaynağa Gözat

mjprot updated to 0.7.3

master
KaiSD 3 yıl önce
ebeveyn
işleme
470d6ad8bd
6 değiştirilmiş dosya ile 3 ekleme ve 15 silme
  1. BIN
      mjprot/favicon.png
  2. +2
    -2
      mjprot/index.html
  3. +1
    -1
      mjprot/index.js
  4. BIN
      mjprot/index.pck
  5. BIN
      mjprot/index.wasm
  6. +0
    -12
      mjprot/screen.css

BIN
mjprot/favicon.png Dosyayı Görüntüle

Önce Sonra
Genişlik: 64  |  Yükseklik: 64  |  Boyut: 7.7KB Genişlik: 256  |  Yükseklik: 256  |  Boyut: 120KB

+ 2
- 2
mjprot/index.html Dosyayı Görüntüle

@@ -4,7 +4,7 @@
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, user-scalable=no' />
<link id='-gd-engine-icon' rel='icon' type='image/png' href='favicon.png' />
<title>OMJ (OGS Mahjong Remake)</title>
<title>Oh Mah Jong (0.7.3)</title>
<style type='text/css'>

body {
@@ -112,7 +112,7 @@
visibility: visible;
}
</style>
<link rel="stylesheet" href="screen.css">
<link rel="manifest" href="manifest.json">
</head>
<body>
<canvas id='canvas'>


+ 1
- 1
mjprot/index.js
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


BIN
mjprot/index.pck Dosyayı Görüntüle


BIN
mjprot/index.wasm Dosyayı Görüntüle


+ 0
- 12
mjprot/screen.css Dosyayı Görüntüle

@@ -1,12 +0,0 @@
@media screen and (orientation: portrait) {
html {
transform: rotate(-90deg);
transform-origin: left top;
width: 100vh;
height: 100vw;
overflow-x: hidden;
position: absolute;
top: 100%;
left: 0;
}
}

Yükleniyor…
İptal
Kaydet