Skip to content

Commit

Permalink
Merge pull request #50 from shruti110503/Fixed-overlapping-issue
Browse files Browse the repository at this point in the history
Fixed The overlapping bug
  • Loading branch information
roy7077 authored Jun 7, 2024
2 parents 33f0101 + 14f7d94 commit f74e22e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@
</div>
<script src="script.js"></script>

</div>

</body>

</html>
</html>
27 changes: 17 additions & 10 deletions index_shrinked.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<title>Formation Absent by FoumartGames</title>
<meta name="description" content="Formation Absent is a turn-based puzzle made for js13k games" />
<link rel = "stylesheet" href="style_shrinked.css">
<link rel="stylesheet" href="style_shrinked.css">
</head>

<body>
Expand All @@ -16,19 +16,24 @@
<div id="area" class="c mess"></div>
<div id="titlediv" class="c">
<div id="ba" style="top:12%;left:50%;margin-left:-225px"></div>
<div id="aa" class="c"></div><button class="y bb i" onClick="Da(103)" style="bottom:7%;left:15px">
<div id="aa" class="c"></div>
<button class="y bb i" onClick="Da(103)" style="bottom:7%;left:15px">
<div id="soundbtn" style="position:relative;right:10px"></div>
</button><button class="g m i pad" onClick="Da(1)" style="bottom:32%">
</button>
<button class="g m i pad" onClick="Da(1)" style="bottom:32%">
<div id="practicebtn" class="bt"></div>
</button><button class="b m i pad" onClick="Da(101)" style="bottom:18%">
</button>
<button class="b m i pad" onClick="Da(101)" style="bottom:18%">
<div id="versusbtn" class="bt"></div>
</button><button class="r n i" onDblClick="Da(102)" style="bottom:7%">
</button>
<button class="r n i" onDblClick="Da(102)" style="bottom:7%">
<div id="multibtn" class="bt"></div>
</button>
</div>
<div id="fade" class="c mess"></div>
<div id="mess" class="c mess l">
<div id="messtxt" class="c"></div><button class="g" onClick="Ka()" style="bottom:6px;right:6px">
<div id="messtxt" class="c"></div>
<button class="g" onClick="Ka()" style="bottom:6px;right:6px">
<div id="messbtn" style="position:relative"></div>
</button>
</div>
Expand All @@ -38,12 +43,14 @@
<div id="f" class="c"></div>
</div>
<div id="copy" class="a" style="left:18px"></div>
<div id="author" class="a" style="right:18px"></div><button id="closediv" onClick="XX()" class="r m i x">
<div id="author" class="a" style="right:18px"></div>
<button id="closediv" onClick="XX()" class="r m i x">
<div id="closebtn"></div>
</button>
</div>
</div>
<script src = "script_shrinked.js"></script>
<script src="script_shrinked.js"></script>
</body>

</html>
</html>
```

0 comments on commit f74e22e

Please sign in to comment.