Update Redditlikespacesuit.HTML

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

View file

@ -35,6 +35,7 @@
</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>
<li><a href="Redditlike.HTML">Home</a></li>
<script>
const canvas = document.getElementById("gameCanvas");
const ctx = canvas.getContext("2d");