summaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-14 23:22:26 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-14 23:22:26 -0400
commit94e03b3f3c73199f81f5b6797665c332c968f648 (patch)
treeabd3d9bac9cca7eef2bf281d934981378dddebe0 /client/css
parentpink go brr (diff)
downloadtuxman-94e03b3f3c73199f81f5b6797665c332c968f648.tar.gz
tuxman-94e03b3f3c73199f81f5b6797665c332c968f648.tar.bz2
tuxman-94e03b3f3c73199f81f5b6797665c332c968f648.zip
dots and new sprites
Diffstat (limited to 'client/css')
-rw-r--r--client/css/main.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/client/css/main.css b/client/css/main.css
index bfb7426..d1d97e8 100644
--- a/client/css/main.css
+++ b/client/css/main.css
@@ -39,7 +39,7 @@ body {
.sprite {
position: absolute;
- transition: left .1s, top .1s;
+ /* transition: left .1s, top .1s; */
z-index: 2;
}
@@ -72,3 +72,13 @@ input {
margin-bottom: .215rem;
}
+#fps {
+ position: absolute;
+ left: 0;
+ top: 0;
+ z-index: 99;
+ font-size: 20;
+ font-style: monospace;
+ background-color: black;
+ color: white;
+}