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/css | |
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/css')
-rw-r--r-- | client/css/main.css | 12 |
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; +} |