From 6e5a0603c0af442545b0c5f2752f38d2329538d4 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 20 Oct 2020 04:00:26 +0530 Subject: [PATCH] Add missing A button for KN_E --- extra/shell.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/extra/shell.html b/extra/shell.html index 2a0c2d3..adf066d 100644 --- a/extra/shell.html +++ b/extra/shell.html @@ -75,8 +75,8 @@ #fullscreen { position: fixed; - bottom: 20px; - right: 20px; + bottom: 10px; + right: 10px; opacity: 0.5; cursor: pointer; } @@ -84,8 +84,8 @@ opacity: 1; } #fullscreen > svg { - height: 25px; - width: 25px; + height: 20px; + width: 20px; } #progress { @@ -130,11 +130,14 @@ #d-right { transform: translateX(100%); } #ap-b { transform: translate(-130%, 90%); } #ap-c { transform: translate(-15%, -25%); } - #ap-a { + #ap-a, #ap-ka { height: 7vh; max-height: 7vw; width: 7vh; max-width: 7vw; top: 50%; - transform: translate(25%, 25%); + transform: translate(60%, -30%); + } + #ap-ka { + transform: translate(-20%, 70%); } @@ -159,6 +162,7 @@
+
@@ -437,6 +441,7 @@ bindKey('ap-c', 67); bindKey('ap-b', 88); bindKey('ap-a', 90); + bindKey('ap-ka', 65); const resize = function() { const el = document.getElementById('canvas');