diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-24 16:14:41 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-24 16:14:41 -0200 |
commit | 50fd04ba486cc000c8ac9dd3ca5e8f700e5b188f (patch) | |
tree | e363a2053a4c975e711239cde0e87fc80cdc05b7 | |
parent | 7e72de335a8ff747322239bbff5a433ad2704b7e (diff) | |
download | clientdata-50fd04ba486cc000c8ac9dd3ca5e8f700e5b188f.tar.gz clientdata-50fd04ba486cc000c8ac9dd3ca5e8f700e5b188f.tar.bz2 clientdata-50fd04ba486cc000c8ac9dd3ca5e8f700e5b188f.tar.xz clientdata-50fd04ba486cc000c8ac9dd3ca5e8f700e5b188f.zip |
[skip ci] Girl with Teddy Bear (NPC ID 188)
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/teddygirl.png | bin | 0 -> 1702 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/teddygirl.xml | 10 | ||||
-rw-r--r-- | npcs.xml | 5 |
4 files changed, 16 insertions, 0 deletions
@@ -1574,6 +1574,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/sprites/npcs/sprite/statues.png (jesusalva, ?) (GPLv2) (LoF, TMW-Br, TMW2) graphics/sprites/npcs/sprite/switch.png (Miloslav Číž) (CC0) (OpenGameArt) graphics/sprites/npcs/sprite/tarlan.png (Reid) (CC BY-SA 3.0) (Modanung) + graphics/sprites/npcs/sprite/teddygirl.png (?) (GPL 2.0) (Invertika) graphics/sprites/npcs/sprite/terry.png (Reid) (CC BY-SA 3.0) (Salva) graphics/sprites/npcs/sprite/trap.png (TMW-Br, jesusalva) (GPLv2) (-) graphics/sprites/npcs/sprite/treeleaf.png (Sogomn) (CC BY-SA 3.0) (Reid) diff --git a/graphics/sprites/npcs/sprite/teddygirl.png b/graphics/sprites/npcs/sprite/teddygirl.png Binary files differnew file mode 100644 index 00000000..7f26211b --- /dev/null +++ b/graphics/sprites/npcs/sprite/teddygirl.png diff --git a/graphics/sprites/npcs/xml/teddygirl.xml b/graphics/sprites/npcs/xml/teddygirl.xml new file mode 100644 index 00000000..3628aee6 --- /dev/null +++ b/graphics/sprites/npcs/xml/teddygirl.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sprite/teddygirl.png" width="44" height="66" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + <end/> + </animation> + </action> +</sprite> @@ -451,6 +451,11 @@ IDs 900-999 = Special <sprite>npcs/xml/lightbringer.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="188"> + <!-- Girl with Teddy Bear --> + <sprite variant="2">npcs/xml/teddygirl.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- NPCs from LoF (that's why the jump) --> |