about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-07-07 15:35:18 -0400
committerelioat <elioat@tilde.institute>2024-07-07 15:35:18 -0400
commit68fc896ef835cc2b802e69be76cbed590c4ba939 (patch)
tree2f43dfd7bf9d3a3874de6cd28b42cf7bd4722bd0
parentfad4255f76a34308b925be2cc26061560dd1e5f8 (diff)
downloadtour-68fc896ef835cc2b802e69be76cbed590c4ba939.tar.gz
*
-rw-r--r--js/puzzle-dungeon/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/puzzle-dungeon/index.html b/js/puzzle-dungeon/index.html
index 0144326..65138a6 100644
--- a/js/puzzle-dungeon/index.html
+++ b/js/puzzle-dungeon/index.html
@@ -39,7 +39,7 @@
         <span id="playerHealth">Health: 10</span> / 
         <span id="playerPower">Power: 10</span> /
         <span id="playerLevel">Level: 0</span> /
-        <span id="playerPosition">(0, 0)</span>
+        <span id="playerPosition">(0, 0)</span> / 
         <a href="about.html">About</a>
     </p>
     <canvas id="gameCanvas"></canvas>