fixed touch maybe
This commit is contained in:
parent
33dc99827f
commit
af612dcedb
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
|||
<body>
|
||||
<center id='title'><div>Hextris</div></center>
|
||||
<canvas id="canvas" width="800" height="800"></canvas>
|
||||
<div id="leftTap" style="position: absolute; left: 0; top: 20%; height:80%; width:50%;"></div>
|
||||
<div id="rightTap" style="position: absolute; right: 0; top: 20%; height:80%; width:50%;"></div>
|
||||
<div id="leftTap" style="position: absolute; left: 0; top:0; height:100%; width:50%;"></div>
|
||||
<div id="rightTap" style="position: absolute; right: 0; top: 0; height:100%; width:50%;"></div>
|
||||
<div id='devtools' style='z-index:3;display:none;position:absolute;left:50%;width:400px;height:400px;top:50%;margin-top:-200px;margin-left:-200px;'>
|
||||
<h2 id = 'clickToExit' style = 'background-color:#fff;color:#000'>Click to exit</h2>
|
||||
<textarea id ='devtoolsText' style = 'height:300px;width:400px;'></textarea>
|
||||
|
|
Loading…
Reference in a new issue