diff --git a/.gitignore b/.gitignore index ea8c4bf..f4c9b61 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/target +server/target +client/js diff --git a/client/css/main.css b/client/css/main.css index 86b8fd8..87c145c 100644 --- a/client/css/main.css +++ b/client/css/main.css @@ -71,24 +71,3 @@ input { padding: .25rem; margin-bottom: .215rem; } - -#container img { - image-rendering: pixelated; -} - -#canvas { - position: absolute; - width: 100%; - height: 100%; -} - -#fps { - position: absolute; - left: 0; - top: 0; - z-index: 99; - font-size: 20; - font-style: monospace; - background-color: black; - color: white; -} diff --git a/client/img/atlas.png b/client/img/atlas.png new file mode 100644 index 0000000..240705b Binary files /dev/null and b/client/img/atlas.png differ diff --git a/client/img/pac.png b/client/img/atlas.png.bak similarity index 52% rename from client/img/pac.png rename to client/img/atlas.png.bak index 7dc0989..3cb5dfc 100644 Binary files a/client/img/pac.png and b/client/img/atlas.png.bak differ diff --git a/client/img/dot.png b/client/img/dot.png deleted file mode 100644 index b911cea..0000000 Binary files a/client/img/dot.png and /dev/null differ diff --git a/client/img/pac.gif b/client/img/pac.gif deleted file mode 100644 index 4b0608b..0000000 Binary files a/client/img/pac.gif and /dev/null differ diff --git a/client/img/wall_atlas.png b/client/img/wall_atlas.png deleted file mode 100644 index bd3a5df..0000000 Binary files a/client/img/wall_atlas.png and /dev/null differ 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 @@
+ - - + +