Update Redditlikespacesuit.HTML
This commit is contained in:
parent
7f46be2266
commit
50d8fe4ad2
1 changed files with 3 additions and 3 deletions
|
@ -13,10 +13,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 20px;
|
font-size: 24px; /* Increased font size for larger buttons */
|
||||||
}
|
}
|
||||||
.control-button {
|
.control-button {
|
||||||
margin: 0 20px;
|
margin: 0 30px; /* Increased margin to make buttons larger */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#score {
|
#score {
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<div class="control-button" id="right-arrow">></div>
|
<div class="control-button" id="right-arrow">></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="score">Score: <span id="score-value">0</span> | Highest Score: <span id="highest-score">0</span></div>
|
<div id="score">Score: <span id="score-value">0</span> | Highest Score: <span id="highest-score">0</span></div>
|
||||||
<h1>The score Is sort of broken, but saving your high score is a as simple as not shooting enemies and letting them hit you 3 times, It... fixes it, no idea why</h1>
|
<h1>The score Is sort of broken, but saving your high score is as simple as not shooting enemies and letting them hit you 3 times, It... fixes it, no idea why</h1>
|
||||||
<li><a href="Redditlike.HTML">Home</a></li>
|
<li><a href="Redditlike.HTML">Home</a></li>
|
||||||
<script>
|
<script>
|
||||||
const canvas = document.getElementById("gameCanvas");
|
const canvas = document.getElementById("gameCanvas");
|
||||||
|
|
Loading…
Add table
Reference in a new issue