Update Redditlikespacesuit.HTML

This commit is contained in:
Dangrainage 2023-11-09 10:56:12 +01:00 committed by GitHub
parent 7f46be2266
commit 50d8fe4ad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">&gt;</div> <div class="control-button" id="right-arrow">&gt;</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");