diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:52:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:52:13 -0300 |
commit | 7226b9db56caa7cd8d14d53336a810d6f1f280ce (patch) | |
tree | 6f948b69dcf4414954921e2e913c56f211b9fa77 /graphics | |
parent | 667cc419683dec68e0745bf134d6efbd1686b1f0 (diff) | |
download | clientdata-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')
-rw-r--r-- | graphics/images/aurora.xml | 49 | ||||
-rw-r--r-- | graphics/images/aurora/Anniversary.png | bin | 0 -> 85793 bytes | |||
-rw-r--r-- | graphics/images/aurora/Christmas.png | bin | 0 -> 106421 bytes | |||
-rw-r--r-- | graphics/images/aurora/Easter.png | bin | 0 -> 98305 bytes | |||
-rw-r--r-- | graphics/images/aurora/Patrick.png | bin | 0 -> 85700 bytes | |||
-rw-r--r-- | graphics/images/aurora/Thanksgiving.png | bin | 0 -> 84853 bytes | |||
-rw-r--r-- | graphics/images/aurora/Valentine.png | bin | 0 -> 105279 bytes | |||
-rw-r--r-- | graphics/images/aurora/Worker.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..5f132a85 --- /dev/null +++ b/graphics/images/aurora/Anniversary.png diff --git a/graphics/images/aurora/Christmas.png b/graphics/images/aurora/Christmas.png Binary files differnew file mode 100644 index 00000000..d251a3e4 --- /dev/null +++ b/graphics/images/aurora/Christmas.png diff --git a/graphics/images/aurora/Easter.png b/graphics/images/aurora/Easter.png Binary files differnew file mode 100644 index 00000000..d2f437ee --- /dev/null +++ b/graphics/images/aurora/Easter.png diff --git a/graphics/images/aurora/Patrick.png b/graphics/images/aurora/Patrick.png Binary files differnew file mode 100644 index 00000000..def261ef --- /dev/null +++ b/graphics/images/aurora/Patrick.png diff --git a/graphics/images/aurora/Thanksgiving.png b/graphics/images/aurora/Thanksgiving.png Binary files differnew file mode 100644 index 00000000..de5011dd --- /dev/null +++ b/graphics/images/aurora/Thanksgiving.png diff --git a/graphics/images/aurora/Valentine.png b/graphics/images/aurora/Valentine.png Binary files differnew file mode 100644 index 00000000..0695d432 --- /dev/null +++ b/graphics/images/aurora/Valentine.png diff --git a/graphics/images/aurora/Worker.png b/graphics/images/aurora/Worker.png Binary files differnew file mode 100644 index 00000000..a4112ab8 --- /dev/null +++ b/graphics/images/aurora/Worker.png |