Update Redditlikespacesuit.HTML
This commit is contained in:
parent
46ed992b99
commit
d13b003bc7
1 changed files with 3 additions and 3 deletions
|
@ -13,10 +13,10 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 10px;
|
||||
font-size: 70px; /* Increased font size for larger buttons */
|
||||
font-size: 24px;
|
||||
}
|
||||
.control-button {
|
||||
margin: 0 30px; /* Increased margin to make buttons larger */
|
||||
margin: 0 30px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#score {
|
||||
|
@ -30,7 +30,7 @@
|
|||
<canvas id="gameCanvas" width="600" height="400"></canvas>
|
||||
<div class="controls">
|
||||
<div class="control-button" id="left-arrow"><</div>
|
||||
<div class="control-button" id="shoot-button">!</div>
|
||||
<div class="control-button" id="shoot-button" ontouchstart="shoot()">!</div>
|
||||
<div class="control-button" id="right-arrow">></div>
|
||||
</div>
|
||||
<div id="score">Score: <span id="score-value">0</span> | Highest Score: <span id="highest-score">0</span></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue