diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-14 11:06:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-14 11:06:11 -0300 |
commit | 01b204b29a0760d526a5f81c47f3218fd6d8039e (patch) | |
tree | 2089bd4bbce3c183fc813c19579962b612c77263 /graphics | |
parent | b0f8996c127457c42603af39ad5e6cf4b9a83afb (diff) | |
download | clientdata-01b204b29a0760d526a5f81c47f3218fd6d8039e.tar.gz clientdata-01b204b29a0760d526a5f81c47f3218fd6d8039e.tar.bz2 clientdata-01b204b29a0760d526a5f81c47f3218fd6d8039e.tar.xz clientdata-01b204b29a0760d526a5f81c47f3218fd6d8039e.zip |
Add Magic Olympics Aurora Image
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/images/aurora.xml | 14 | ||||
-rw-r--r-- | graphics/images/aurora/Olympics.png | bin | 0 -> 103767 bytes |
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/images/aurora.xml b/graphics/images/aurora.xml index 8f5da8e6..6a0f9cee 100644 --- a/graphics/images/aurora.xml +++ b/graphics/images/aurora.xml @@ -10,6 +10,13 @@ </menu> </dialog> + <dialog name="aurora_Candor" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/aurora/Candor.png" /> + <button x="300" y="20" name="Next" value="Ok" /> + </menu> + </dialog> + <dialog name="aurora_Christmas" hideText="true"> <menu> <image x="0" y="0" image="graphics/images/aurora/Christmas.png" /> @@ -52,6 +59,13 @@ </menu> </dialog> + <dialog name="aurora_Olympics" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/aurora/Olympics.png" /> + <button x="300" y="20" name="Next" value="Ok" /> + </menu> + </dialog> + <dialog name="aurora_Patrick" hideText="true"> <menu> <image x="0" y="0" image="graphics/images/aurora/Patrick.png" /> diff --git a/graphics/images/aurora/Olympics.png b/graphics/images/aurora/Olympics.png Binary files differnew file mode 100644 index 00000000..f3765449 --- /dev/null +++ b/graphics/images/aurora/Olympics.png |