diff --git a/front/dist/resources/customisation/character_hairs/character_hairs74.png b/front/dist/resources/customisation/character_hairs/character_hairs74.png new file mode 100644 index 00000000..3d6ef907 Binary files /dev/null and b/front/dist/resources/customisation/character_hairs/character_hairs74.png differ diff --git a/front/src/Phaser/Entity/PlayerTextures.ts b/front/src/Phaser/Entity/PlayerTextures.ts index d0542d6a..499ca67d 100644 --- a/front/src/Phaser/Entity/PlayerTextures.ts +++ b/front/src/Phaser/Entity/PlayerTextures.ts @@ -182,7 +182,8 @@ export const HAIR_RESOURCES: BodyResourceDescriptionListInterface = { "hair_71": {name:"hair_71",img: "resources/customisation/character_hairs/character_hairs70.png"}, "hair_72": {name:"hair_72",img: "resources/customisation/character_hairs/character_hairs71.png"}, "hair_73": {name:"hair_73",img: "resources/customisation/character_hairs/character_hairs72.png"}, - "hair_74": {name:"hair_74",img: "resources/customisation/character_hairs/character_hairs73.png"} + "hair_74": {name:"hair_74",img: "resources/customisation/character_hairs/character_hairs73.png"}, + "hair_75": {name:"hair_75",img: "resources/customisation/character_hairs/character_hairs74.png"} };