Procházet zdrojové kódy

mjprot updated to 0.7.3

master
KaiSD před 3 roky
rodič
revize
470d6ad8bd
6 změnil soubory, kde provedl 3 přidání a 15 odebrání
  1. binární
      mjprot/favicon.png
  2. +2
    -2
      mjprot/index.html
  3. +1
    -1
      mjprot/index.js
  4. binární
      mjprot/index.pck
  5. binární
      mjprot/index.wasm
  6. +0
    -12
      mjprot/screen.css

binární
mjprot/favicon.png Zobrazit soubor

Před Za
Šířka: 64  |  Výška: 64  |  Velikost: 7.7KB Šířka: 256  |  Výška: 256  |  Velikost: 120KB

+ 2
- 2
mjprot/index.html Zobrazit soubor

@@ -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
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


binární
mjprot/index.pck Zobrazit soubor


binární
mjprot/index.wasm Zobrazit soubor


+ 0
- 12
mjprot/screen.css Zobrazit soubor

@@ -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;
}
}

Načítá se…
Zrušit
Uložit