diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 13:00:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 13:00:12 -0300 |
commit | 8f48cc040685c26616eee4a61130cdb33ac3a4ee (patch) | |
tree | 3105aa0fa004aa21f843fb54a3367a6fa475004c /graphics/images/aurora.xml | |
parent | 661ea21264bca14d7b126976ed0d0da773bc8119 (diff) | |
download | clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.tar.gz clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.tar.bz2 clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.tar.xz clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.zip |
Aurora Event Framework images
Diffstat (limited to 'graphics/images/aurora.xml')
-rw-r--r-- | graphics/images/aurora.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/graphics/images/aurora.xml b/graphics/images/aurora.xml new file mode 100644 index 00000000..112972e7 --- /dev/null +++ b/graphics/images/aurora.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Aurora Event Framework + (C) Jesusalva, 2020 --> +<dialogs> + <!-- Aurora Events Interface --> + <!-- aurora_$EVENT$ --> + <dialog name="aurora_Expo" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/aurora/Expo.png" /> + <button x="300" y="20" name="Close" value="Ok" /> + </menu> + </dialog> + + <dialog name="aurora_Fishing" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/aurora/Fishing.png" /> + <button x="300" y="20" name="Close" value="Ok" /> + </menu> + </dialog> + + <dialog name="aurora_Kamelot" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/aurora/Kamelot.png" /> + <button x="300" y="20" name="Close" value="Ok" /> + </menu> + </dialog> + + <dialog name="aurora_Regnum" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/aurora/Regnum.png" /> + <button x="300" y="20" name="Close" value="Ok" /> + </menu> + </dialog> + +</dialogs> + |