diff options
author | elioat <elioat@tilde.institute> | 2024-01-05 20:59:39 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-01-05 20:59:39 -0500 |
commit | 166a055a3df448839cc5564e20fc7e37205d875e (patch) | |
tree | 87e3f73809afe48557f3342547e6bbcb11993080 /js/ship-game/index.html | |
parent | 92b42b5a86fcacdb479e54e99fe045d72f337ff9 (diff) | |
download | tour-166a055a3df448839cc5564e20fc7e37205d875e.tar.gz |
8
Diffstat (limited to 'js/ship-game/index.html')
-rw-r--r-- | js/ship-game/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ship-game/index.html b/js/ship-game/index.html index 8c46ae7..4b8ada6 100644 --- a/js/ship-game/index.html +++ b/js/ship-game/index.html @@ -10,6 +10,7 @@ canvas { background-color: rgb(5, 10, 94); border: 1px solid black; + cursor: none; } body, canvas { padding: 1em; |