Compressed pictures for faster load
BIN
truthinquiry/static/images/cuisine.jpg
Normal file
After Width: | Height: | Size: 267 KiB |
BIN
truthinquiry/static/images/entrée-manoir.jpg
Normal file
After Width: | Height: | Size: 998 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 4.2 MiB |
Before Width: | Height: | Size: 5.7 MiB After Width: | Height: | Size: 5.7 MiB |
Before Width: | Height: | Size: 5.8 MiB After Width: | Height: | Size: 5.8 MiB |
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
BIN
truthinquiry/static/images/salle-interrogation.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
truthinquiry/static/images/salle-resultats.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
@ -1,6 +1,6 @@
|
|||||||
const INTRO_IMAGE_PATH = "/static/images/entrée-manoir.png";
|
const INTRO_IMAGE_PATH = "/static/images/entrée-manoir.jpg";
|
||||||
const INTERROGATION_IMAGE_PATH = "/static/images/salle-interrogation.png";
|
const INTERROGATION_IMAGE_PATH = "/static/images/salle-interrogation.jpg";
|
||||||
const RESULTS_IMAGE_PATH = "/static/images/salle-resultats.png";
|
const RESULTS_IMAGE_PATH = "/static/images/salle-resultats.jpg";
|
||||||
const NPC_REACTION_PATH = "/api/v1/getNpcReaction?npcid=";
|
const NPC_REACTION_PATH = "/api/v1/getNpcReaction?npcid=";
|
||||||
const NPC_IMAGE_PATH = "/api/v1/getNpcImage?npcid=";
|
const NPC_IMAGE_PATH = "/api/v1/getNpcImage?npcid=";
|
||||||
const NPC_FINAL_REACTION_PATH = "/api/v1/getReaction?uuid="
|
const NPC_FINAL_REACTION_PATH = "/api/v1/getReaction?uuid="
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
const LOBBY_IMAGE_PATH = "/static/images/cuisine.png"
|
const LOBBY_IMAGE_PATH = "/static/images/cuisine.jpg"
|
||||||
// Display functions
|
// Display functions
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|