mjprot updated to 0.7.3

This commit is contained in:
2021-01-07 18:47:42 +03:00
parent 13a1102ca1
commit 470d6ad8bd
6 changed files with 3 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

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