Fix tachy walkspeed

This commit is contained in:
b 2021-03-01 16:52:55 -08:00
parent 67bfd6bb00
commit fadd6700be
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@
"hprRaw": -245,
"spRaw1": 1,
"spRaw4": 1,
"ws": 20,
"spd": 20,
"id": 3550
},
{

File diff suppressed because one or more lines are too long

View file

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