Reset controls button, save/load state added to button settings

This commit is contained in:
Ethan O'Brien 2021-11-22 16:38:41 -06:00
parent 9ccf08421d
commit 3038627c63
3 changed files with 61 additions and 50 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@ fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').
if (response.ok) {
response.text().then(body => {
var version = JSON.parse(body);
var usingVersion = '0.4.23-06';
var usingVersion = '0.4.23-07';
if (usingVersion != version.current_version) {
console.log('Using emulatorjs version ' + usingVersion + ' but the newest version is ' + version.current_version + '\n\nopen https://github.com/ethanaobrien/emulatorjs to update');
};

View file

@ -1 +1 @@
{ "current_version": "0.4.23-06"}
{ "current_version": "0.4.23-07"}