added: mate bottle accessorie

This commit is contained in:
yourcoke 2020-11-20 11:49:08 +01:00
parent 430201061d
commit 62f13f6b30
No known key found for this signature in database
GPG Key ID: F2469FFA4FB136F6
3 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@
Vagrantfile
docker-compose.override.yaml
*.DS_Store
maps/yarn.lock
maps/dist/computer.js
maps/dist/computer.js.map

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

View File

@ -290,7 +290,8 @@ export const ACCESSORIES_RESOURCES: Array<BodyResourceDescriptionInterface> = [
{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<Array<BodyResourceDescriptionInterface>> = [