summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-28 16:04:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-28 16:04:20 -0300
commit2bd707de53de6f4e0478ce91ddc91909ad72a450 (patch)
tree7957306edf9e2afa9b82fc6744920edad1d410c3
parentfda1acc0c86ab50835dd46180ade2c91cec085dd (diff)
downloadclientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.tar.gz
clientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.tar.bz2
clientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.tar.xz
clientdata-2bd707de53de6f4e0478ce91ddc91909ad72a450.zip
Add Bloody Mouboo Hat.
-rw-r--r--LICENSE1
-rw-r--r--graphics/items/equipment/head/moubihat.pngbin0 -> 854 bytes
-rw-r--r--graphics/sprites/equipment/head/bloodymouboohat.pngbin0 -> 2917 bytes
-rw-r--r--graphics/sprites/equipment/head/bloodymouboohat.xml12
-rw-r--r--graphics/sprites/equipment/head/moubihat.pngbin0 -> 6674 bytes
-rw-r--r--graphics/sprites/equipment/head/moubihat.xml12
6 files changed, 25 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d607ff18..58e76288 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
new file mode 100644
index 00000000..10f5a369
--- /dev/null
+++ b/graphics/items/equipment/head/moubihat.png
Binary files differ
diff --git a/graphics/sprites/equipment/head/bloodymouboohat.png b/graphics/sprites/equipment/head/bloodymouboohat.png
new file mode 100644
index 00000000..abc4b7f2
--- /dev/null
+++ b/graphics/sprites/equipment/head/bloodymouboohat.png
Binary files differ
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
new file mode 100644
index 00000000..da3e29e1
--- /dev/null
+++ b/graphics/sprites/equipment/head/moubihat.png
Binary files differ
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>