diff --git a/front/dist/resources/customisation/character_accessories/mask.png b/front/dist/resources/customisation/character_accessories/mask.png new file mode 100644 index 00000000..aeca63eb Binary files /dev/null and b/front/dist/resources/customisation/character_accessories/mask.png differ diff --git a/front/dist/resources/customisation/character_clothes/engelbert.png b/front/dist/resources/customisation/character_clothes/engelbert.png new file mode 100644 index 00000000..742e1534 Binary files /dev/null and b/front/dist/resources/customisation/character_clothes/engelbert.png differ diff --git a/front/src/Phaser/Entity/body_character.ts b/front/src/Phaser/Entity/body_character.ts index 2b52749a..b37b9864 100644 --- a/front/src/Phaser/Entity/body_character.ts +++ b/front/src/Phaser/Entity/body_character.ts @@ -228,7 +228,8 @@ export const CLOTHES_RESOURCES: Array = [ {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_black_hoodie",img: "resources/customisation/character_clothes/black_hoodie.png"}, - {name:"clothes_white_hoodie",img: "resources/customisation/character_clothes/white_hoodie.png"} + {name:"clothes_white_hoodie",img: "resources/customisation/character_clothes/white_hoodie.png"}, + {name:"clothes_engelbert",img: "resources/customisation/character_clothes/engelbert.png"} ]; export const HATS_RESOURCES: Array = [ @@ -294,7 +295,8 @@ export const ACCESSORIES_RESOURCES: Array = [ {name: "accessory_30", img: "resources/customisation/character_accessories/character_accessories30.png"}, {name: "accessory_31", img: "resources/customisation/character_accessories/character_accessories31.png"}, {name: "accessory_32", img: "resources/customisation/character_accessories/character_accessories32.png"}, - {name: "accessory_mate_bottle", img: "resources/customisation/character_accessories/mate_bottle1.png"} + {name: "accessory_mate_bottle", img: "resources/customisation/character_accessories/mate_bottle1.png"}, + {name: "accessory_mask", img: "resources/customisation/character_accessories/mask.png"} ]; export const LAYERS: Array> = [