mjprot updated to 0.7.3
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 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'>
|
||||
|
||||
File diff suppressed because one or more lines are too long
BIN
mjprot/index.pck
BIN
mjprot/index.pck
Binary file not shown.
Binary file not shown.
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user