diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-28 16:04:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-28 16:04:20 -0300 |
commit | 2bd707de53de6f4e0478ce91ddc91909ad72a450 (patch) | |
tree | 7957306edf9e2afa9b82fc6744920edad1d410c3 | |
parent | fda1acc0c86ab50835dd46180ade2c91cec085dd (diff) | |
download | clientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.tar.gz clientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.tar.bz2 clientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.tar.xz clientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.zip |
Add Bloody Mouboo Hat.
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/items/equipment/head/moubihat.png | bin | 0 -> 854 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/bloodymouboohat.png | bin | 0 -> 2917 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/bloodymouboohat.xml | 12 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/moubihat.png | bin | 0 -> 6674 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/moubihat.xml | 12 |
6 files changed, 25 insertions, 0 deletions
@@ -331,6 +331,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/items/equipment/head/monstermask.png (QOAL) (GPLv2) (-) graphics/items/equipment/head/monsterskullhelmet.png (Black Don) (GPLv2) (-) graphics/items/equipment/head/moonshroomhat.png (Cassy) (CC BY-SA 3.0) (-) + graphics/items/equipment/head/moubihat.png (Manatauro) (GPLv3) (Yuuki, Hocus, Reid, Jesusalva) graphics/items/equipment/head/mouboohat.png (?) (GPLv2) (TMW.org) graphics/items/equipment/head/moubootaurhead.png (?) (GPLv2) (TMW.org) graphics/items/equipment/head/murderercrown.png (Black Don) (GPLv2) (V0id) diff --git a/graphics/items/equipment/head/moubihat.png b/graphics/items/equipment/head/moubihat.png Binary files differnew file mode 100644 index 00000000..10f5a369 --- /dev/null +++ b/graphics/items/equipment/head/moubihat.png diff --git a/graphics/sprites/equipment/head/bloodymouboohat.png b/graphics/sprites/equipment/head/bloodymouboohat.png Binary files differnew file mode 100644 index 00000000..abc4b7f2 --- /dev/null +++ b/graphics/sprites/equipment/head/bloodymouboohat.png diff --git a/graphics/sprites/equipment/head/bloodymouboohat.xml b/graphics/sprites/equipment/head/bloodymouboohat.xml new file mode 100644 index 00000000..d57e7adb --- /dev/null +++ b/graphics/sprites/equipment/head/bloodymouboohat.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018-2019 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/bloodymouboohat.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> diff --git a/graphics/sprites/equipment/head/moubihat.png b/graphics/sprites/equipment/head/moubihat.png Binary files differnew file mode 100644 index 00000000..da3e29e1 --- /dev/null +++ b/graphics/sprites/equipment/head/moubihat.png diff --git a/graphics/sprites/equipment/head/moubihat.xml b/graphics/sprites/equipment/head/moubihat.xml new file mode 100644 index 00000000..bf252368 --- /dev/null +++ b/graphics/sprites/equipment/head/moubihat.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018-2019 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/moubihat.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/mouboohat.xml"/> +</sprite> |