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 | |
parent | 661ea21264bca14d7b126976ed0d0da773bc8119 (diff) | |
download | clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.tar.gz clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.tar.bz2 clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.tar.xz clientdata-8f48cc040685c26616eee4a61130cdb33ac3a4ee.zip |
Aurora Event Framework images
-rw-r--r-- | LICENSE | 6 | ||||
-rw-r--r-- | graphics/images/aurora.xml | 36 | ||||
-rw-r--r-- | graphics/images/aurora/Expo.png | bin | 0 -> 100223 bytes | |||
-rw-r--r-- | graphics/images/aurora/Fishing.png | bin | 0 -> 99694 bytes | |||
-rw-r--r-- | graphics/images/aurora/Kamelot.png | bin | 0 -> 84934 bytes | |||
-rw-r--r-- | graphics/images/aurora/Regnum.png | bin | 0 -> 85954 bytes | |||
-rw-r--r-- | npcdialogs.xml | 1 |
7 files changed, 43 insertions, 0 deletions
@@ -101,6 +101,12 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/images/ambient/spotlight.png (Crush) (CC BY-SA 3.0) (-) graphics/images/ambient/swampfog.png (Crush) (CC BY-SA 3.0) (jesusalva) +### Aurora + graphics/images/aurora/Expo.png (Jesusalva) (CC BY-SA 3.0) (ZeNeRIA29, Melissa Krautheim, Paul Lloyd, Jason Kottke) + graphics/images/aurora/Fishing.png (Jesusalva) (CC BY-SA 3.0) (ZeNeRIA29, Melissa Krautheim, Paul Lloyd, Jason Kottke) + graphics/images/aurora/Kamelot.png (Jesusalva) (CC BY-SA 3.0) (ZeNeRIA29, Melissa Krautheim, Paul Lloyd, Jason Kottke) + graphics/images/aurora/Regnum.png (Jesusalva) (CC BY-SA 3.0) (ZeNeRIA29, Melissa Krautheim, Paul Lloyd, Jason Kottke) + ## Item Icons graphics/items/error.png (Reid) (CC BY-SA 3.0) (-) ### Equipments 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> + diff --git a/graphics/images/aurora/Expo.png b/graphics/images/aurora/Expo.png Binary files differnew file mode 100644 index 00000000..336754e7 --- /dev/null +++ b/graphics/images/aurora/Expo.png diff --git a/graphics/images/aurora/Fishing.png b/graphics/images/aurora/Fishing.png Binary files differnew file mode 100644 index 00000000..4297269a --- /dev/null +++ b/graphics/images/aurora/Fishing.png diff --git a/graphics/images/aurora/Kamelot.png b/graphics/images/aurora/Kamelot.png Binary files differnew file mode 100644 index 00000000..7f664adf --- /dev/null +++ b/graphics/images/aurora/Kamelot.png diff --git a/graphics/images/aurora/Regnum.png b/graphics/images/aurora/Regnum.png Binary files differnew file mode 100644 index 00000000..19380726 --- /dev/null +++ b/graphics/images/aurora/Regnum.png diff --git a/npcdialogs.xml b/npcdialogs.xml index 7afb7fd1..f8f288a8 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -104,4 +104,5 @@ Copyright (C) 2019 Moubootaur Legends --> <!-- External Files --> <include name="graphics/images/daily.xml"/> + <include name="graphics/images/aurora.xml"/> </dialogs> |