summaryrefslogtreecommitdiff
path: root/graphics/images
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-17 04:52:13 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-17 04:52:13 -0300
commit7226b9db56caa7cd8d14d53336a810d6f1f280ce (patch)
tree6f948b69dcf4414954921e2e913c56f211b9fa77 /graphics/images
parent667cc419683dec68e0745bf134d6efbd1686b1f0 (diff)
downloadclientdata-7226b9db56caa7cd8d14d53336a810d6f1f280ce.tar.gz
clientdata-7226b9db56caa7cd8d14d53336a810d6f1f280ce.tar.bz2
clientdata-7226b9db56caa7cd8d14d53336a810d6f1f280ce.tar.xz
clientdata-7226b9db56caa7cd8d14d53336a810d6f1f280ce.zip
Add other events (the annuals) to images/aurora, so they share parts of the Framework
Diffstat (limited to 'graphics/images')
-rw-r--r--graphics/images/aurora.xml49
-rw-r--r--graphics/images/aurora/Anniversary.pngbin0 -> 85793 bytes
-rw-r--r--graphics/images/aurora/Christmas.pngbin0 -> 106421 bytes
-rw-r--r--graphics/images/aurora/Easter.pngbin0 -> 98305 bytes
-rw-r--r--graphics/images/aurora/Patrick.pngbin0 -> 85700 bytes
-rw-r--r--graphics/images/aurora/Thanksgiving.pngbin0 -> 84853 bytes
-rw-r--r--graphics/images/aurora/Valentine.pngbin0 -> 105279 bytes
-rw-r--r--graphics/images/aurora/Worker.pngbin0 -> 85020 bytes
8 files changed, 49 insertions, 0 deletions
diff --git a/graphics/images/aurora.xml b/graphics/images/aurora.xml
index 56e4c729..c398562c 100644
--- a/graphics/images/aurora.xml
+++ b/graphics/images/aurora.xml
@@ -3,6 +3,27 @@
Aurora Event Framework
(C) Jesusalva, 2020 -->
<dialogs>
+ <dialog name="aurora_Anniversary" hideText="true">
+ <menu>
+ <image x="0" y="0" image="graphics/images/aurora/Anniversary.png" />
+ <button x="300" y="20" name="Close" value="Ok" />
+ </menu>
+ </dialog>
+
+ <dialog name="aurora_Christmas" hideText="true">
+ <menu>
+ <image x="0" y="0" image="graphics/images/aurora/Christmas.png" />
+ <button x="300" y="20" name="Close" value="Ok" />
+ </menu>
+ </dialog>
+
+ <dialog name="aurora_Easter" hideText="true">
+ <menu>
+ <image x="0" y="0" image="graphics/images/aurora/Easter.png" />
+ <button x="300" y="20" name="Close" value="Ok" />
+ </menu>
+ </dialog>
+
<dialog name="aurora_Expo" hideText="true">
<menu>
<image x="0" y="0" image="graphics/images/aurora/Expo.png" />
@@ -24,6 +45,13 @@
</menu>
</dialog>
+ <dialog name="aurora_Patrick" hideText="true">
+ <menu>
+ <image x="0" y="0" image="graphics/images/aurora/Patrick.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" />
@@ -31,4 +59,25 @@
</menu>
</dialog>
+ <dialog name="aurora_Thanksgiving" hideText="true">
+ <menu>
+ <image x="0" y="0" image="graphics/images/aurora/Thanksgiving.png" />
+ <button x="300" y="20" name="Close" value="Ok" />
+ </menu>
+ </dialog>
+
+ <dialog name="aurora_Valentine" hideText="true">
+ <menu>
+ <image x="0" y="0" image="graphics/images/aurora/Valentine.png" />
+ <button x="300" y="20" name="Close" value="Ok" />
+ </menu>
+ </dialog>
+
+ <dialog name="aurora_Worker" hideText="true">
+ <menu>
+ <image x="0" y="0" image="graphics/images/aurora/Worker.png" />
+ <button x="300" y="20" name="Close" value="Ok" />
+ </menu>
+ </dialog>
+
</dialogs> \ No newline at end of file
diff --git a/graphics/images/aurora/Anniversary.png b/graphics/images/aurora/Anniversary.png
new file mode 100644
index 00000000..5f132a85
--- /dev/null
+++ b/graphics/images/aurora/Anniversary.png
Binary files differ
diff --git a/graphics/images/aurora/Christmas.png b/graphics/images/aurora/Christmas.png
new file mode 100644
index 00000000..d251a3e4
--- /dev/null
+++ b/graphics/images/aurora/Christmas.png
Binary files differ
diff --git a/graphics/images/aurora/Easter.png b/graphics/images/aurora/Easter.png
new file mode 100644
index 00000000..d2f437ee
--- /dev/null
+++ b/graphics/images/aurora/Easter.png
Binary files differ
diff --git a/graphics/images/aurora/Patrick.png b/graphics/images/aurora/Patrick.png
new file mode 100644
index 00000000..def261ef
--- /dev/null
+++ b/graphics/images/aurora/Patrick.png
Binary files differ
diff --git a/graphics/images/aurora/Thanksgiving.png b/graphics/images/aurora/Thanksgiving.png
new file mode 100644
index 00000000..de5011dd
--- /dev/null
+++ b/graphics/images/aurora/Thanksgiving.png
Binary files differ
diff --git a/graphics/images/aurora/Valentine.png b/graphics/images/aurora/Valentine.png
new file mode 100644
index 00000000..0695d432
--- /dev/null
+++ b/graphics/images/aurora/Valentine.png
Binary files differ
diff --git a/graphics/images/aurora/Worker.png b/graphics/images/aurora/Worker.png
new file mode 100644
index 00000000..a4112ab8
--- /dev/null
+++ b/graphics/images/aurora/Worker.png
Binary files differ