mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
parent
cbd5706e59
commit
33dfb81e8c
@ -1,4 +1,5 @@
|
||||
import { sha512_256 } from "js-sha512";
|
||||
|
||||
import { DEV } from "../devtools";
|
||||
|
||||
import FullScreenAnimationHandler from "../full-screen-animation-handler";
|
||||
|
@ -1,5 +1,6 @@
|
||||
import VTooltip from "v-tooltip";
|
||||
import VueGtag from "vue-gtag";
|
||||
|
||||
import { DEV } from "../devtools";
|
||||
|
||||
import { useLongPress, useRepeatingClick } from "./longpress";
|
||||
|
@ -1,5 +1,6 @@
|
||||
import { deepmergeAll } from "@/utility/deepmerge";
|
||||
import { DEV } from "../devtools";
|
||||
|
||||
import { deepmergeAll } from "@/utility/deepmerge";
|
||||
import { GameStorage } from "./storage";
|
||||
|
||||
// WARNING: Don't use state accessors and functions from global scope here, that's not safe in long-term
|
||||
|
@ -1,8 +1,9 @@
|
||||
import * as ADNotations from "@antimatter-dimensions/notations";
|
||||
|
||||
import { deepmergeAll } from "@/utility/deepmerge";
|
||||
import { DEV } from "../devtools";
|
||||
|
||||
import { deepmergeAll } from "@/utility/deepmerge";
|
||||
|
||||
export const GameStorage = {
|
||||
currentSlot: 0,
|
||||
saves: {
|
||||
|
@ -3,6 +3,7 @@ import "./shims";
|
||||
import "./merge-globals";
|
||||
import { DEV } from "../javascripts/core/devtools";
|
||||
import { browserCheck, init } from "../javascripts/game";
|
||||
|
||||
import { watchLatestCommit } from "@/commit-watcher";
|
||||
|
||||
if (browserCheck()) init();
|
||||
|
Loading…
Reference in New Issue
Block a user