diff --git a/.gitignore b/.gitignore index 659dab86..70660058 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ .vagrant Vagrantfile docker-compose.override.yaml -*.DS_Store \ No newline at end of file +*.DS_Store +maps/yarn.lock +maps/dist/computer.js +maps/dist/computer.js.map \ No newline at end of file diff --git a/front/dist/resources/customisation/character_accessories/mate_bottle1.png b/front/dist/resources/customisation/character_accessories/mate_bottle1.png new file mode 100644 index 00000000..82227afd Binary files /dev/null and b/front/dist/resources/customisation/character_accessories/mate_bottle1.png differ diff --git a/front/src/Phaser/Entity/body_character.ts b/front/src/Phaser/Entity/body_character.ts index 4643ca6e..cdacd7c6 100644 --- a/front/src/Phaser/Entity/body_character.ts +++ b/front/src/Phaser/Entity/body_character.ts @@ -290,7 +290,8 @@ export const ACCESSORIES_RESOURCES: Array = [ {name: "accessory_29", img: "resources/customisation/character_accessories/character_accessories29.png"}, {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_32", img: "resources/customisation/character_accessories/character_accessories32.png"}, + {name: "accessory_mate_bottle", img: "resources/customisation/character_accessories/mate_bottle1.png"} ]; export const LAYERS: Array> = [