Update Redditlikespacesuit.HTML

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

View file

@ -33,6 +33,7 @@
<div class="control-button" id="right-arrow">&gt;</div>
</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>
<script>
const canvas = document.getElementById("gameCanvas");
const ctx = canvas.getContext("2d");