From b3b70c54deba62d6798122a4a1e9f5b4105007be Mon Sep 17 00:00:00 2001 From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:06:36 +0300 Subject: [PATCH] Updated styles and patterns --- buypro.html | 166 ------------------------------------------------- css/styles.css | 14 ++--- js/scripts.js | 76 ++++++++++++++++++++++ 3 files changed, 83 insertions(+), 173 deletions(-) delete mode 100644 buypro.html diff --git a/buypro.html b/buypro.html deleted file mode 100644 index 1732734..0000000 --- a/buypro.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - Wavelovers – Buy Pro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- -
- -
-
- -
-

Wavelovers – Buy Pro

-
-
-

Buy Pro

-

Pre order of the PRO version just for $5. Dates of the Release will be announced later.

-
- Write me: - eugene.serb@gmail.com -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FREEPRO
Additional patterns-+
Desktop-+
2 and more gamepads-+
Control with a Gamepad-+
Full control over gamepads-+
... and so much more later.
-
-
-
- - - - - - - - diff --git a/css/styles.css b/css/styles.css index de7f3af..b614818 100644 --- a/css/styles.css +++ b/css/styles.css @@ -493,15 +493,15 @@ table, th, td { } .pattern-item { - width: 300px; - height: 64px; - padding: 16px; - border-radius: 8px; + width: 200px; + height: 48px; + padding: 8px; + border-radius: var(--number-border-radius); background: var(--color-pattern-button); display: flex; flex-direction: row; justify-content: flex-start; - gap: 32px; + gap: 16px; align-items: center; text-align: center; overflow: hidden; @@ -513,11 +513,11 @@ table, th, td { } .pattern-item__icon{ - font-size: 32px; + font-size: 24px; } .pattern-item__name { - font-size: 18px; + font-size: 14px; white-space: nowrap; overflow: hidden; color: var(--color-pattern-text); diff --git a/js/scripts.js b/js/scripts.js index b85e858..adae607 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -44,6 +44,25 @@ class Library { } ] }, + { + "name": "Dotted AC", + "type": "Simple", + "icon": "🤨", + "pattern": [ + { + "startDelay": 100, + "duration": 100, + "weakMagnitude": 1.0, + "strongMagnitude": 0.0 + }, + { + "startDelay": 100, + "duration": 100, + "weakMagnitude": 0.0, + "strongMagnitude": 1.0 + } + ] + }, { "name": "Dotted Max", "type": "Simple", @@ -83,6 +102,25 @@ class Library { } ] }, + { + "name": "Short Dashed AC", + "type": "Simple", + "icon": "🤤", + "pattern": [ + { + "startDelay": 100, + "duration": 250, + "weakMagnitude": 1.0, + "strongMagnitude": 0.0 + }, + { + "startDelay": 100, + "duration": 250, + "weakMagnitude": 0.0, + "strongMagnitude": 1.0 + } + ] + }, { "name": "Short Dashed Max", "type": "Simple", @@ -122,6 +160,25 @@ class Library { } ] }, + { + "name": "Long Dashed AC", + "type": "Simple", + "icon": "😝", + "pattern": [ + { + "startDelay": 100, + "duration": 500, + "weakMagnitude": 1.0, + "strongMagnitude": 0.0 + }, + { + "startDelay": 100, + "duration": 500, + "weakMagnitude": 0.0, + "strongMagnitude": 1.0 + } + ] + }, { "name": "Long Dashed Max", "type": "Simple", @@ -161,6 +218,25 @@ class Library { } ] }, + { + "name": "Constant AC", + "type": "Simple", + "icon": "😵", + "pattern": [ + { + "startDelay": 0, + "duration": 1000, + "weakMagnitude": 1.0, + "strongMagnitude": 0.0 + }, + { + "startDelay": 0, + "duration": 1000, + "weakMagnitude": 0.0, + "strongMagnitude": 1.0 + } + ] + }, { "name": "Constant Max", "type": "Simple",