Merge master into dev

This commit is contained in:
b 2021-01-15 02:48:21 -06:00
commit 7163fa1d82
4 changed files with 4 additions and 3 deletions

View file

@ -275997,7 +275997,7 @@
"spPct1": 0, "spPct1": 0,
"spRaw1": -1, "spRaw1": -1,
"spPct2": 0, "spPct2": 0,
"spRaw2": -1, "spRaw2": 0,
"spPct3": 0, "spPct3": 0,
"spRaw3": -1, "spRaw3": -1,
"spPct4": 0, "spPct4": 0,

File diff suppressed because one or more lines are too long

View file

@ -6,4 +6,5 @@ The game, of course
Additional Contributors: Additional Contributors:
- QuantumNep (Layout code/layout ideas) - QuantumNep (Layout code/layout ideas)
- dr_carlos (Hiding UI elements, misc. fixes)
- Atlas Inc discord (feedback, ideas, etc) - Atlas Inc discord (feedback, ideas, etc)

View file

@ -1,4 +1,4 @@
const DB_VERSION = 17; const DB_VERSION = 19;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
let db; let db;