deleted some asm.js files, since replaced by wasm

This commit is contained in:
Steven Hugg 2021-07-10 15:43:01 -05:00
parent d31428aa42
commit 1b934eb32e
12 changed files with 16 additions and 288 deletions

View File

@ -140,11 +140,11 @@ function buildMenu() {
submenu: [
{
label: 'IDE Help',
click: openURL('https://8bitworkshop.com/blog/docs/ide.md.html')
click: openURL('https://8bitworkshop.com/docs/docs/ide.html')
},
{
label: 'Latest News',
click: openURL('https://8bitworkshop.com/blog/')
click: openURL('https://8bitworkshop.com/docs/blog.html')
},
{
label: 'Report an Issue',
@ -155,14 +155,14 @@ function buildMenu() {
label: 'Follow @8bitworkshop on Twitter',
click: openURL('https://twitter.com/8bitworkshop')
},
{
label: 'Browse Books on Amazon',
click: openURL('https://www.amazon.com/s?k=8bitworkshop&i=stripbooks&dc&qid=1598884483&tag=pzp-20')
},
{
label: 'Become a Patreon',
click: openURL('https://www.patreon.com/8bitworkshop')
},
{
label: 'Buy 8bitworkshop Books',
click: openURL('https://www.amazon.com/s?k=8bitworkshop&i=stripbooks&dc&qid=1598884483&tag=pzp-20')
},
]
}
]

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "8bitworkshop",
"version": "3.8.0",
"version": "3.8.0b1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "3.8.0",
"version": "3.8.0b1",
"license": "GPL-3.0",
"dependencies": {
"@sentry/electron": "^2.5.1",

View File

@ -1923,6 +1923,14 @@ function showWelcomeMessage() {
content: "Get some books that explain how to program all of this stuff, and write some games!"
});
}
if (isElectron) {
steps.unshift({
element: "#dropdownMenuButton",
placement: 'right',
title: "Welcome to 8bitworkshop",
content: 'The directory $(HOMEDIR)/8bitworkshop contains all of your file edits and built ROM images.'
});
}
var tour = new Tour({
autoscroll:false,
//storage:false,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long