Compressed pictures for faster load

This commit is contained in:
Djalim Simaila 2023-03-31 12:26:26 +02:00 committed by Djalim Simaila
parent de0ce9762e
commit dda75ff4d4
11 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

Before

Width:  |  Height:  |  Size: 5.7 MiB

After

Width:  |  Height:  |  Size: 5.7 MiB

View File

Before

Width:  |  Height:  |  Size: 5.8 MiB

After

Width:  |  Height:  |  Size: 5.8 MiB

View File

Before

Width:  |  Height:  |  Size: 602 KiB

After

Width:  |  Height:  |  Size: 602 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -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="

View File

@ -1,4 +1,4 @@
const LOBBY_IMAGE_PATH = "/static/images/cuisine.png" const LOBBY_IMAGE_PATH = "/static/images/cuisine.jpg"
// Display functions // Display functions
/* /*