diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | avatars.xml | 26 | ||||
-rw-r--r-- | graphics/images/sequenceboard.png | bin | 0 -> 110584 bytes | |||
-rw-r--r-- | graphics/sprites/avatars/sequenceboard.png | bin | 0 -> 100960 bytes | |||
-rw-r--r-- | graphics/sprites/avatars/sequenceboard.xml | 12 | ||||
-rw-r--r-- | npcdialogs.xml | 40 |
6 files changed, 66 insertions, 14 deletions
@@ -86,6 +86,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/images/last.png (jesusalva) (GPLv3) (-) graphics/images/ok.png (jesusalva) (GPLv3) (-) graphics/images/sc.png (jesusalva) (GPLv3) (-) + graphics/images/sequenceboard.png (Jesusalva) (CC BY-SA 3.0) (Melissa Krautheim) ### Ambient graphics/images/ambient/cloud.png (Len) (CC BY-SA 3.0) (Reid) @@ -1293,6 +1294,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors * https://gitlab.gnome.org/GNOME/aisleriot/blob/master/COPYING.README graphics/sprites/avatars/spinwheel.png (Callum McKenzie) (GPL v3) (Christian Persch, Jesusalva) * https://gitlab.gnome.org/GNOME/aisleriot/blob/master/COPYING.README + graphics/sprites/avatars/sequenceboard.png (Jesusalva) (CC BY-SA 3.0) (Melissa Krautheim) ### Accessories graphics/sprites/accessories/blub-tentacle.png (Reid) (CC BY-SA 3.0) (Coolkid782) diff --git a/avatars.xml b/avatars.xml index 72c4e430..47ab233e 100644 --- a/avatars.xml +++ b/avatars.xml @@ -31,6 +31,9 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <avatar id="111" name="name111" width="48" height="48"> <sprite variant="7">npcs/xml/unanimated.xml</sprite> </avatar> + <avatar id="133" name="name133" width="48" height="48"> + <sprite variant="24">npcs/xml/unanimated.xml</sprite> + </avatar> <!-- avatars from LoF (that's why the jump) --> @@ -304,4 +307,27 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <sprite variant="13">avatars/spinwheel.xml</sprite> </avatar> <!-- BLUEPRINT --> + <!-- Sequence Board --> + <avatar id="1200" name="name1201"> + <sprite variant="0">avatars/sequenceboard.xml</sprite> + </avatar> <!-- Stand-by --> + <avatar id="1201" name="name1202"> + <sprite variant="1">avatars/sequenceboard.xml</sprite> + </avatar> <!-- Green --> + <avatar id="1202" name="name1203"> + <sprite variant="2">avatars/sequenceboard.xml</sprite> + </avatar> <!-- Blue --> + <avatar id="1203" name="name1204"> + <sprite variant="3">avatars/sequenceboard.xml</sprite> + </avatar> <!-- Red --> + <avatar id="1204" name="name1205"> + <sprite variant="4">avatars/sequenceboard.xml</sprite> + </avatar> <!-- Yellow --> + <avatar id="1205" name="name1206"> + <sprite variant="5">avatars/sequenceboard.xml</sprite> + </avatar> <!-- Result: Fail --> + <avatar id="1206" name="name1207"> + <sprite variant="6">avatars/sequenceboard.xml</sprite> + </avatar> <!-- Result: OK --> + </avatars> diff --git a/graphics/images/sequenceboard.png b/graphics/images/sequenceboard.png Binary files differnew file mode 100644 index 00000000..2f4a1376 --- /dev/null +++ b/graphics/images/sequenceboard.png diff --git a/graphics/sprites/avatars/sequenceboard.png b/graphics/sprites/avatars/sequenceboard.png Binary files differnew file mode 100644 index 00000000..d288861f --- /dev/null +++ b/graphics/sprites/avatars/sequenceboard.png diff --git a/graphics/sprites/avatars/sequenceboard.xml b/graphics/sprites/avatars/sequenceboard.xml new file mode 100644 index 00000000..bd829ef0 --- /dev/null +++ b/graphics/sprites/avatars/sequenceboard.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<sprite variants="10" variant_offset="1"> + + <imageset name="base" src="graphics/sprites/avatars/sequenceboard.png" width="200" height="200" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> + +</sprite> diff --git a/npcdialogs.xml b/npcdialogs.xml index f8f288a8..69545b3b 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -33,21 +33,16 @@ Copyright (C) 2019 Moubootaur Legends --> </menu> </dialog> - <!-- 4144's stuff --> - <dialog name="test1" hideText="true"> - <menu> - <image x="0" y="0" image="equipmentbox.png" /> - <button x="10" y="40" image="buttonplay.png" imageWidth="16" imageHeight="16" value="next" /> - </menu> - </dialog> - - <dialog name="test2"> - <menu> - <button x="0" y="0" name="<<" value="previous" /> - <button x="40" y="0" name=">>" value="next" /> - <text x="10" y="50" width="150" height="30" text="this is ##Bsimple##b ##3text." /> + <!-- Sequence Board Interfaces --> + <dialog name="seqboard" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/sequenceboard.png" /> + <button x="50" y="110" name="X" value="Green" /> + <button x="210" y="110" name="X" value="Red" /> + <button x="50" y="250" name="X" value="Blue" /> + <button x="210" y="250" name="X" value="Yellow" /> + <button x="0" y="1" name="Leave" value="Exit" /> </menu> - <inventory cell="inventory_cell2.xml" columns="3" /> </dialog> <!-- Academy Interfaces --> @@ -102,6 +97,23 @@ Copyright (C) 2019 Moubootaur Legends --> </menu> </dialog> + <!-- 4144's stuff --> + <dialog name="test1" hideText="true"> + <menu> + <image x="0" y="0" image="equipmentbox.png" /> + <button x="10" y="40" image="buttonplay.png" imageWidth="16" imageHeight="16" value="next" /> + </menu> + </dialog> + + <dialog name="test2"> + <menu> + <button x="0" y="0" name="<<" value="previous" /> + <button x="40" y="0" name=">>" value="next" /> + <text x="10" y="50" width="150" height="30" text="this is ##Bsimple##b ##3text." /> + </menu> + <inventory cell="inventory_cell2.xml" columns="3" /> + </dialog> + <!-- External Files --> <include name="graphics/images/daily.xml"/> <include name="graphics/images/aurora.xml"/> |