diff --git a/images/titlescreen.png b/images/titlescreen.png index a01258c..4cc6010 100644 Binary files a/images/titlescreen.png and b/images/titlescreen.png differ diff --git a/styles.css b/styles.css index 9100edf..b63e6d2 100644 --- a/styles.css +++ b/styles.css @@ -3,10 +3,11 @@ html, body { margin: 0; padding: 0; cursor: crosshair; + overflow: hidden; /*cursor: none;*/ } @font-face { font-family: 'Minecraftia'; src: url('font/Minecraftia-Regular.ttf'); -} \ No newline at end of file +}