From 94e03b3f3c73199f81f5b6797665c332c968f648 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 14 Jun 2023 23:22:26 -0400 Subject: dots and new sprites --- client/css/main.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'client/css') 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; +} -- cgit v1.2.3-freya