diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-05 22:16:51 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-05 22:16:51 -0500 |
| commit | 2ae28a7e3e2298be26f08448a9a8363b9b671709 (patch) | |
| tree | 772dfc7767a076bf17793afa310a17ae2641b8e3 | |
| parent | 9555d47a0b904c997625fe171f865cd6b6fb29d7 (diff) | |
Moving Constants into folder
| -rw-r--r-- | webAO/client.js | 8 | ||||
| -rw-r--r-- | webAO/constants/backgrounds.js (renamed from webAO/backgrounds.js) | 0 | ||||
| -rw-r--r-- | webAO/constants/characters.js (renamed from webAO/characters.js) | 0 | ||||
| -rw-r--r-- | webAO/constants/evidence.js (renamed from webAO/evidence.js) | 0 | ||||
| -rw-r--r-- | webAO/constants/music.js (renamed from webAO/music.js) | 0 | ||||
| -rw-r--r-- | webAO/constants/sounds.js (renamed from webAO/sounds.js) | 0 |
6 files changed, 4 insertions, 4 deletions
diff --git a/webAO/client.js b/webAO/client.js index 71aff41..ecdd9dc 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -9,10 +9,10 @@ import Fingerprint2 from 'fingerprintjs2'; import { escapeChat, encodeChat, prepChat, safe_tags } from './encoding.js'; // Load some defaults for the background and evidence dropdowns -import vanilla_character_arr from "./characters.js"; -import vanilla_music_arr from "./music.js"; -import vanilla_background_arr from "./backgrounds.js"; -import vanilla_evidence_arr from "./evidence.js"; +import vanilla_character_arr from "./constants/characters.js"; +import vanilla_music_arr from "./constants/music.js"; +import vanilla_background_arr from "./constants/backgrounds.js"; +import vanilla_evidence_arr from "./constants/evidence.js"; import chatbox_arr from "./styles/chatbox/chatboxes.js"; diff --git a/webAO/backgrounds.js b/webAO/constants/backgrounds.js index 449f4b2..449f4b2 100644 --- a/webAO/backgrounds.js +++ b/webAO/constants/backgrounds.js diff --git a/webAO/characters.js b/webAO/constants/characters.js index b7f77ba..b7f77ba 100644 --- a/webAO/characters.js +++ b/webAO/constants/characters.js diff --git a/webAO/evidence.js b/webAO/constants/evidence.js index 99896c8..99896c8 100644 --- a/webAO/evidence.js +++ b/webAO/constants/evidence.js diff --git a/webAO/music.js b/webAO/constants/music.js index 23c034a..23c034a 100644 --- a/webAO/music.js +++ b/webAO/constants/music.js diff --git a/webAO/sounds.js b/webAO/constants/sounds.js index 67a7bb8..67a7bb8 100644 --- a/webAO/sounds.js +++ b/webAO/constants/sounds.js |
