From f9f580248fc216a1cf2ea5d9f0eaf66a5f5ef027 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Fri, 17 May 2019 00:42:52 -0400 Subject: [PATCH] added control instructions --- css/ui.css | 16 ++++++++++++++++ index.html | 8 ++++++++ src/ui.ts | 7 ++++++- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/css/ui.css b/css/ui.css index 69b4588c..cb0c2403 100644 --- a/css/ui.css +++ b/css/ui.css @@ -516,3 +516,19 @@ div.asset_toolbar { padding:8px; margin:8px; } +.control-insns { + margin-top:1em; +} +.control-key { + border: 2px solid rgba(0,0,0,0.2); + border-radius: 0.6em; + padding: 0.2em; + padding-left: 0.5em; + padding-right: 0.5em; + background-color: #eee; + margin-left: 1em; + color: #666; +} +.control-def { + color: #ccc; +} diff --git a/index.html b/index.html index 92522fa9..51a925e4 100644 --- a/index.html +++ b/index.html @@ -225,6 +225,14 @@ if (window.location.host.endsWith('8bitworkshop.com')) { + +