瀏覽代碼

mjprot updated to 0.7.3

master
KaiSD 3 年之前
父節點
當前提交
470d6ad8bd
共有 6 個檔案被更改,包括 3 行新增15 行删除
  1. 二進制
      mjprot/favicon.png
  2. +2
    -2
      mjprot/index.html
  3. +1
    -1
      mjprot/index.js
  4. 二進制
      mjprot/index.pck
  5. 二進制
      mjprot/index.wasm
  6. +0
    -12
      mjprot/screen.css

二進制
mjprot/favicon.png 查看文件

Before After
Width: 64  |  Height: 64  |  Size: 7.7KB Width: 256  |  Height: 256  |  Size: 120KB

+ 2
- 2
mjprot/index.html 查看文件

@@ -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
文件差異過大導致無法顯示
查看文件


二進制
mjprot/index.pck 查看文件


二進制
mjprot/index.wasm 查看文件


+ 0
- 12
mjprot/screen.css 查看文件

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

Loading…
取消
儲存