From 61545e045570864896ca3823d312f6476781d6c0 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sun, 2 May 2021 05:04:36 +0200 Subject: [PATCH] index.html: Hide mouse --- Example.GameLib/web/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Example.GameLib/web/index.html b/Example.GameLib/web/index.html index 0258cd8..ceaf532 100644 --- a/Example.GameLib/web/index.html +++ b/Example.GameLib/web/index.html @@ -59,6 +59,7 @@ padding: 5px; box-shadow: 0px 0px 5px #808080; margin: 0 auto; + cursor: none; }