From a11e6742267ebb1f5c187cfbe713f9a0f7221d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 7 Dec 2019 21:09:12 +0100 Subject: [PATCH] improve board effects and design, add more accurate tile graphics --- .gitignore | 1 + .idea/$CACHE_FILE$ | 6 - .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/encodings.xml | 6 - .idea/misc.xml | 6 - .idea/modules.xml | 8 - .idea/php.xml | 13 - .idea/sigmar.iml | 8 - .idea/vcs.xml | 6 - .idea/workspace.xml | 130 ------- images/tile-ex-sw.svg | 218 +++++++++++ images/tile-ex.svg | 70 ++++ images/tile.svg | 218 +++++++++++ index.html | 20 +- script.js | 531 +++++++++++++++++---------- style.css | 71 ++-- 16 files changed, 910 insertions(+), 407 deletions(-) delete mode 100644 .idea/$CACHE_FILE$ delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/php.xml delete mode 100644 .idea/sigmar.iml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml create mode 100644 images/tile-ex-sw.svg create mode 100644 images/tile-ex.svg create mode 100644 images/tile.svg diff --git a/.gitignore b/.gitignore index e69de29..9f11b75 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ deleted file mode 100644 index 6cb8985..0000000 --- a/.idea/$CACHE_FILE$ +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 368536a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index 2de3486..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/sigmar.iml b/.idea/sigmar.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/sigmar.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 030250d..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - 1575580633016 - - - 1575588833718 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/tile-ex-sw.svg b/images/tile-ex-sw.svg new file mode 100644 index 0000000..ad0666a --- /dev/null +++ b/images/tile-ex-sw.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/images/tile-ex.svg b/images/tile-ex.svg new file mode 100644 index 0000000..1529f6c --- /dev/null +++ b/images/tile-ex.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + diff --git a/images/tile.svg b/images/tile.svg new file mode 100644 index 0000000..06b3d95 --- /dev/null +++ b/images/tile.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 28423bc..ce237f8 100644 --- a/index.html +++ b/index.html @@ -17,11 +17,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" id="board"> - - - + + + - + @@ -55,9 +55,17 @@ gradientUnits="userSpaceOnUse" r="50" fy="19" fx="0" cy="19" cx="0" xlink:href="#linGradOrbDark"/> + - - + + + +