diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-29 00:09:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-29 00:11:14 +0300 |
commit | 53763ce6e1c3a5db5b0dd749e43ff569896e4f36 (patch) | |
tree | 22c26c8749e929110c0c209e535460420ac32ea8 /npcdialogs.xml | |
parent | a33a5d9f3761a5c6c49be4697919a688e9919347 (diff) | |
download | clientdata-53763ce6e1c3a5db5b0dd749e43ff569896e4f36.tar.gz clientdata-53763ce6e1c3a5db5b0dd749e43ff569896e4f36.tar.bz2 clientdata-53763ce6e1c3a5db5b0dd749e43ff569896e4f36.tar.xz clientdata-53763ce6e1c3a5db5b0dd749e43ff569896e4f36.zip |
Add npcdialogs.xml
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r-- | npcdialogs.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml new file mode 100644 index 00000000..d0a7a715 --- /dev/null +++ b/npcdialogs.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<dialogs> + <dialog name="book"> + <menu> + <button x="0" y="0" name="<<" value="previous" /> + <button x="40" y="0" name=">>" value="next" /> + </menu> + </dialog> + <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> + </dialog> +</dialogs> |