diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
commit | 01beb9919b95479d8be040bec74abc5cc67a5e43 (patch) | |
tree | 65f0b79e793848491832756a4c3a32b23668fab3 /assets/ui/connect.menu | |
parent | 191d731da136b7ee959a17e63111c9146219a768 (diff) |
Initial import.
Diffstat (limited to 'assets/ui/connect.menu')
-rw-r--r-- | assets/ui/connect.menu | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/assets/ui/connect.menu b/assets/ui/connect.menu new file mode 100644 index 0000000..45c62d6 --- /dev/null +++ b/assets/ui/connect.menu @@ -0,0 +1,65 @@ +#include "ui/menudef.h" +//(c)yaltsedge +{ +#define W 480 +#define H 480 + menuDef + { + name "Connect" + rect 0 0 W H + style WINDOW_STYLE_FILLED + background "ui/assets/warp_splash_m.jpg" + fullScreen MENU_TRUE + aspectBias ASPECT_NONE + + itemDef + { + name "aurora_add" + style WINDOW_STYLE_SHADER + rect 0 13 640 442 + visible 1 + background "ui/menu_main_aurora_base_stars" + decoration + } + + itemDef + { + name "aurora" + style WINDOW_STYLE_SHADER + rect 0 12 640 442 + visible 1 + background "ui/menu_main_aurora_base" + decoration + } + + itemDef + { + name "dist" + style WINDOW_STYLE_SHADER + rect 0 13 640 440 + visible 1 + background "gfx/edge/basi_invisble_overlay" + decoration + } + + itemDef + { + name window + rect 70 0 500 500 + style WINDOW_STYLE_GRADIENT + backcolor 0.0 1.35 2.55 0 + visible 1 + decoration + } + + itemDef + { + name "loading" + style WINDOW_STYLE_SHADER + rect 370 162 300 400 + visible 1 + background "scripts/e6" + decoration + } + } +} |