diff --git a/css/ui.css b/css/ui.css index 514fd679..5fcd2390 100644 --- a/css/ui.css +++ b/css/ui.css @@ -109,15 +109,15 @@ div.mem_info a.selected { } .btn_group { border-radius:6px; - padding:6px; + padding:8px; margin-left:8px; background-color: #666; } .btn_group button { - padding-left:3px; - padding-right:3px; - padding-top:0px; - padding-bottom:0px; + padding-left:4px; + padding-right:4px; + padding-top:2px; + padding-bottom:2px; } .btn_label { color: #ccc; diff --git a/doc/notes.txt b/doc/notes.txt index d1053acd..c3040c68 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -70,9 +70,9 @@ TODO: - fix WebAudio (https://news.ycombinator.com/item?id=18066474) - Safari: verilog scope doesn't work - share playable link w/ verilog? -- pixedit Sprite Rotation bitmap wrong (bpw?) - no errors for verilog inline asm? - allow download of JSASM output +- update bootstrap/jquery WEB WORKER FORMAT diff --git a/package-lock.json b/package-lock.json index 09f3130f..dfbb4aba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "8bitworkshop", - "version": "2.2.0", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd86f43e..2a169f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "8bitworkshop", - "version": "2.2.0", + "version": "3.2.0", "author": "Steven Hugg", "dependencies": {}, "devDependencies": { diff --git a/redir.html b/redir.html index b538b02e..51143656 100644 --- a/redir.html +++ b/redir.html @@ -7,7 +7,7 @@ diff --git a/src/platform/astrocade.ts b/src/platform/astrocade.ts index 054d2228..a12b2c5c 100644 --- a/src/platform/astrocade.ts +++ b/src/platform/astrocade.ts @@ -16,7 +16,8 @@ const ASTROCADE_BIOS_PRESETS = [ {id:'bios.c', name:'BIOS'}, ]; -// TODO: fix keys, more controllers, vibrato/noise, border color, debug info +// TODO: fix keys, more controllers, vibrato/noise, border color, debug info, rotate +// http://atariage.com/forums/topic/251416-programming-the-bally-arcadeastrocade/ const ASTROCADE_KEYCODE_MAP = makeKeycodeMap([ // player 1 diff --git a/src/ui.ts b/src/ui.ts index 1f211377..aae36391 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -1011,7 +1011,7 @@ function showWelcomeMessage() { { element: "#dropdownMenuButton", title: "Main Menu", - content: "Click the menu to switch between platforms, create new files, or share your work with others." + content: "Click the menu to download your code, switch between platforms, create new files, or share your work with others." }]; if (!is_vcs) { steps.push({