From a8e94191bcd9f11a74e51fb562bf113fe0586cd8 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Fri, 25 Jan 2019 00:19:31 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de4c80..5654ae9 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ [Downloads](https://github.com/adrienmalin/TETRIS3000/releases) -[Play in browser](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html) +[Play in browser](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html) (Firefox recommanded) From 0681cc8f9872b9b4e74ebb93be84b2bce4de9bf8 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Fri, 25 Jan 2019 00:26:56 +0100 Subject: [PATCH 2/2] splashscreen --- web/TETRIS3000.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/TETRIS3000.html b/web/TETRIS3000.html index 1cd8c90..ec52df7 100644 --- a/web/TETRIS3000.html +++ b/web/TETRIS3000.html @@ -65,6 +65,8 @@ * ================ */ #container { + background-image: url("TETRIS3000.png"); + background-size: 100% 100%; display: inline-block; /* scale with canvas */ vertical-align: top; /* prevent extra height */ position: relative; /* root for absolutely positioned overlay */