diff --git a/front/dist/resources/customisation/character_clothes/black_hoodie.png b/front/dist/resources/customisation/character_clothes/black_hoodie.png new file mode 100644 index 00000000..5e9b54d7 Binary files /dev/null and b/front/dist/resources/customisation/character_clothes/black_hoodie.png differ diff --git a/front/dist/resources/customisation/character_clothes/white_hoodie.png b/front/dist/resources/customisation/character_clothes/white_hoodie.png new file mode 100644 index 00000000..a4c2e85a Binary files /dev/null and b/front/dist/resources/customisation/character_clothes/white_hoodie.png differ diff --git a/front/src/Phaser/Entity/body_character.ts b/front/src/Phaser/Entity/body_character.ts index a8243805..2b52749a 100644 --- a/front/src/Phaser/Entity/body_character.ts +++ b/front/src/Phaser/Entity/body_character.ts @@ -226,7 +226,9 @@ export const CLOTHES_RESOURCES: Array = [ {name:"clothes_68",img: "resources/customisation/character_clothes/character_clothes67.png"}, {name:"clothes_69",img: "resources/customisation/character_clothes/character_clothes68.png"}, {name:"clothes_70",img: "resources/customisation/character_clothes/character_clothes69.png"}, - {name:"clothes_pride_shirt",img: "resources/customisation/character_clothes/pride_shirt.png"} + {name:"clothes_pride_shirt",img: "resources/customisation/character_clothes/pride_shirt.png"}, + {name:"clothes_black_hoodie",img: "resources/customisation/character_clothes/black_hoodie.png"}, + {name:"clothes_white_hoodie",img: "resources/customisation/character_clothes/white_hoodie.png"} ]; export const HATS_RESOURCES: Array = [