mjprot updated to 0.7.3

此提交包含在:
2021-01-07 18:47:42 +03:00
父節點 13a1102ca1
當前提交 470d6ad8bd
共有 6 個檔案被更改,包括 3 行新增15 行删除

二進制
mjprot/favicon.png

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 7.7 KiB

之後

寬度:  |  高度:  |  大小: 120 KiB

查看文件

@@ -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'>

檔案差異因為一行或多行太長而無法顯示

二進制
mjprot/index.pck

未顯示二進位檔案。

二進制
mjprot/index.wasm

未顯示二進位檔案。

查看文件

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