Fix photon projector

This commit is contained in:
b 2021-06-19 03:00:43 -07:00
parent 1416b01846
commit b49d976a47
4 changed files with 5 additions and 5 deletions

View file

@ -65617,9 +65617,9 @@
"slots": 3, "slots": 3,
"drop": "NORMAL", "drop": "NORMAL",
"nDam": "0-0", "nDam": "0-0",
"fDam": "150-177", "fDam": "0-0",
"wDam": "150-177", "wDam": "150-177",
"aDam": "220-260", "aDam": "150-177",
"tDam": "0-0", "tDam": "0-0",
"eDam": "0-0", "eDam": "0-0",
"atkSpd": "SLOW", "atkSpd": "SLOW",

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 47; const DB_VERSION = 48;
// @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;

View file

@ -1,4 +1,4 @@
const DB_VERSION = 47; const DB_VERSION = 48;
// @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;