summaryrefslogtreecommitdiff
path: root/npcdialogs.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-06 14:23:05 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-06 14:23:05 -0300
commit611daf7c00c3a2fbf42d112cc24ebe9e5c71eca5 (patch)
treecc369a28ef4f5379a051dca76c32277e2fb345b6 /npcdialogs.xml
parentd9490733787dce948f1805f259c63741ae73129f (diff)
downloadclientdata-611daf7c00c3a2fbf42d112cc24ebe9e5c71eca5.tar.gz
clientdata-611daf7c00c3a2fbf42d112cc24ebe9e5c71eca5.tar.bz2
clientdata-611daf7c00c3a2fbf42d112cc24ebe9e5c71eca5.tar.xz
clientdata-611daf7c00c3a2fbf42d112cc24ebe9e5c71eca5.zip
Sequence Board
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r--npcdialogs.xml40
1 files changed, 26 insertions, 14 deletions
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="&lt;&lt;" value="previous" />
- <button x="40" y="0" name="&gt;&gt;" 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="&lt;&lt;" value="previous" />
+ <button x="40" y="0" name="&gt;&gt;" 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"/>