Skip to content

Commit

Permalink
Merge pull request #78 from jayanththalla/pointer
Browse files Browse the repository at this point in the history
change cursor to pointer
  • Loading branch information
Durgesh4993 authored Jun 26, 2024
2 parents b706e37 + e5ac1a8 commit 30cd798
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
value="0.5"
oninput="zzfxV=this.value;"
onchange="zzfxV=this.value;"
style="cursor: pointer;"
/>
<br /><br /><br /><br />
<div
Expand All @@ -479,6 +480,7 @@
text-align: center;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
"
>
Reset game to wave 1
Expand All @@ -494,6 +496,7 @@
text-align: center;
border-radius: 10px;
background-color: black;
cursor: pointer;
"
>
OK
Expand Down Expand Up @@ -565,6 +568,7 @@
text-align: center;
border-radius: 10px;
background-color: #333;
cursor: pointer; /* add cursor to attractive*/
"
>
Ok, close help
Expand Down Expand Up @@ -675,7 +679,11 @@
font-size: 12px;
border-radius: 50px;
background-color: black;
cursor: pointer;/* add cursor to attractive*/
cursor: pointer;
"
>
?
Expand All @@ -695,7 +703,11 @@
font-size: 7px;
border-radius: 50px;
background-color: black;
cursor: pointer;/* add cursor to attractive*/
cursor: pointer;
"
id="pause"
>
Expand All @@ -716,8 +728,12 @@
font-size: 13px;
border-radius: 50px;
background-color: black;
cursor: pointer;/* add cursor to attractive*/
cursor: pointer;
"
id="setting"
>
&#x2699;
Expand Down Expand Up @@ -758,6 +774,7 @@
max-height: 17px;
color: #00b0b0;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;/* add cursor to attractive*/
"
>
<span
Expand All @@ -768,6 +785,7 @@
height: 16px;
max-height: 16px;
transition: font-size 0.5s ease, color 0.2s ease;
cursor: pointer;/* add cursor to attractive*/
"
>500</span
>
Expand All @@ -784,12 +802,13 @@
height: auto;
color: cyan;
background-color: none;
cursor: pointer;
"
>
<div class="menuDivs">
<div
class="menuShips"
style="background-position: 0% -3%"
style="background-position: 0% -3%; cursor: pointer"
onclick="AAtype=2; AAsubtipo=1; selectShipmenu(this);"
>
<div class="nam">garbage<br />meteor</div>
Expand All @@ -804,6 +823,7 @@
background-position: 14.2% 3%;
border: 2px solid #d3fc6f;
box-shadow: 0px 0px 10px 2px #d3fc6f;
cursor: pointer;
"
onclick="AAtype=2; AAsubtipo=2; selectShipmenu(this);"
>
Expand All @@ -814,7 +834,7 @@
<div class="menuDivs">
<div
class="menuShips"
style="background-position: 28.5% 2%"
style="background-position: 28.5% 2%;cursor: pointer"
onclick="AAtype=2; AAsubtipo=3; selectShipmenu(this);"
>
<div class="nam">trident<br />figther</div>
Expand All @@ -824,7 +844,7 @@
<div class="menuDivs">
<div
class="menuShips"
style="background-position: 42.8% -5%"
style="background-position: 42.8% -5%;cursor: pointer"
onclick="AAtype=2; AAsubtipo=4; selectShipmenu(this);"
>
<div class="nam">spread<br />figther</div>
Expand All @@ -834,7 +854,7 @@
<div class="menuDivs">
<div
class="menuShips"
style="background-position: 56.9% -5%"
style="background-position: 56.9% -5%;cursor: pointer"
onclick="AAtype=2; AAsubtipo=5; selectShipmenu(this);"
>
<div class="nam">ionic<br />cannon</div>
Expand All @@ -844,7 +864,7 @@
<div class="menuDivs">
<div
class="menuShips"
style="background-position: 71.3% -2%"
style="background-position: 71.3% -2%;cursor: pointer"
onclick="AAtype=2; AAsubtipo=6; selectShipmenu(this);"
>
<div class="nam">hammer<br />ironclad</div>
Expand All @@ -854,7 +874,7 @@
<div class="menuDivs">
<div
class="menuShips"
style="background-position: 85.6% -5%"
style="background-position: 85.6% -5%;cursor: pointer"
onclick="AAtype=2; AAsubtipo=7; selectShipmenu(this);"
>
<div class="nam">neutrino<br />mine</div>
Expand Down

0 comments on commit 30cd798

Please sign in to comment.