From 62f13f6b306643606fa4ae536a0c8c7acf05f246 Mon Sep 17 00:00:00 2001 From: yourcoke Date: Fri, 20 Nov 2020 11:49:08 +0100 Subject: [PATCH] added: mate bottle accessorie --- .gitignore | 5 ++++- .../character_accessories/mate_bottle1.png | Bin 0 -> 632 bytes front/src/Phaser/Entity/body_character.ts | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 front/dist/resources/customisation/character_accessories/mate_bottle1.png 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 0000000000000000000000000000000000000000..82227afd437f4244c087124bd92b50f1dea251dd GIT binary patch literal 632 zcmeAS@N?(olHy`uVBq!ia0vp^2|(Py!3-o1GtKD$QU?NjLR^8gsp%mVl@=G5OPyUk z|If0Vo33nOF?;6(3!v2C2jNM4Pl2v3<~A>+bbKJ zIdwj?uXv;PwS1A!vqSR^{+-J)xr0N^;jgW81=kA8$sOxP=5)*TDt@@#dOpSu=#v^j$2F-fsEt}MCC~3_# zFVu>!b6fKL@}#C}tv6w3H_F>1yOv;SX2_H!?hQEgZqYxk4cO1I%` zvm46~hrloSE{|ScRsdQ3NAC82&XxMR#cF)-$Y literal 0 HcmV?d00001 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> = [