This commit is contained in:
Steven Hugg 2018-10-03 14:17:02 -04:00
parent 8bdf61bb30
commit d09f768628
7 changed files with 12 additions and 11 deletions

View File

@ -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;

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "8bitworkshop",
"version": "2.2.0",
"version": "3.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "8bitworkshop",
"version": "2.2.0",
"version": "3.2.0",
"author": "Steven Hugg",
"dependencies": {},
"devDependencies": {

View File

@ -7,7 +7,7 @@
</head>
<script>
var VERSION = '3.1.0';
var VERSION = '3.2.0';
var QS = document.location.search || '?';
document.location.href = 'v' + VERSION + '/' + QS;
</script>

View File

@ -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

View File

@ -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({