Fix tachy walkspeed
This commit is contained in:
parent
67bfd6bb00
commit
fadd6700be
3 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@
|
||||||
"hprRaw": -245,
|
"hprRaw": -245,
|
||||||
"spRaw1": 1,
|
"spRaw1": 1,
|
||||||
"spRaw4": 1,
|
"spRaw4": 1,
|
||||||
"ws": 20,
|
"spd": 20,
|
||||||
"id": 3550
|
"id": 3550
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -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
|
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||||
|
|
||||||
let db;
|
let db;
|
||||||
|
|
Loading…
Reference in a new issue