diff options
Diffstat (limited to '')
-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; +} |