summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-16 20:38:55 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-16 20:38:55 -0400
commit44334fc3852eb832280a335f72e6416c93a9f19f (patch)
tree4a97b6064a97c4ad58c07d89050ad8a11e7a4f70 /client/index.html
parentbetter map bg renderer (diff)
downloadtuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.gz
tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.bz2
tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.zip
ts
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/client/index.html b/client/index.html
index fb1e66e..af15bbd 100644
--- a/client/index.html
+++ b/client/index.html
@@ -2,15 +2,13 @@
<html>
<head>
<link rel="stylesheet" href="css/main.css"/>
+ <script>var exports = {};</script>
</head>
<body>
- <img src="img/wall_atlas.png" id="atlas" style="display: none;"/>
- <div id="container" style="display: none;">
- <canvas id="canvas" style="display: none;"></canvas>
- </div>
+ <img src="img/atlas.png" id="atlas" style="display: none;"/>
+ <canvas id="canvas" style="display: none;"></canvas>
<style id="style"></style>
<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">