diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-14 23:22:26 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-14 23:22:26 -0400 |
commit | 94e03b3f3c73199f81f5b6797665c332c968f648 (patch) | |
tree | abd3d9bac9cca7eef2bf281d934981378dddebe0 /client/index.html | |
parent | pink go brr (diff) | |
download | tuxman-94e03b3f3c73199f81f5b6797665c332c968f648.tar.gz tuxman-94e03b3f3c73199f81f5b6797665c332c968f648.tar.bz2 tuxman-94e03b3f3c73199f81f5b6797665c332c968f648.zip |
dots and new sprites
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 0740f5f..50ae8ef 100644 --- a/client/index.html +++ b/client/index.html @@ -5,6 +5,7 @@ </head> <body> <div id="center"> + <div id="fps"></div> <form id="join" autocomplete="off"> <input type="text" id="room_code" name="room_code" placeholder="Room Code"> <input type="text" id="name" name="name" placeholder="Player Name"> @@ -15,6 +16,7 @@ <div id="players"></div> <input type="button" id="start" value="Start Game"/> </div> + <canvas id="can"></canvas> </div> <script src="/js/main.js" type="module"></script> </body> |