diff --git a/front/dist/resources/customisation/character_clothes/pride_shirt.png b/front/dist/resources/customisation/character_clothes/pride_shirt.png new file mode 100644 index 00000000..cc50aa78 Binary files /dev/null and b/front/dist/resources/customisation/character_clothes/pride_shirt.png differ diff --git a/front/src/Phaser/Entity/body_character.ts b/front/src/Phaser/Entity/body_character.ts index cdacd7c6..a8243805 100644 --- a/front/src/Phaser/Entity/body_character.ts +++ b/front/src/Phaser/Entity/body_character.ts @@ -226,6 +226,7 @@ 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"} ]; export const HATS_RESOURCES: Array = [