소스 검색

mjprot updated to 0.7.3

master
KaiSD 3 년 전
부모
커밋
470d6ad8bd
6개의 변경된 파일3개의 추가작업 그리고 15개의 파일을 삭제
  1. BIN
      mjprot/favicon.png
  2. +2
    -2
      mjprot/index.html
  3. +1
    -1
      mjprot/index.js
  4. BIN
      mjprot/index.pck
  5. BIN
      mjprot/index.wasm
  6. +0
    -12
      mjprot/screen.css

BIN
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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


BIN
mjprot/index.pck 파일 보기


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

불러오는 중...
취소
저장