diff options
author | Tim Angus <tim@ngus.net> | 2002-07-01 02:21:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-07-01 02:21:55 +0000 |
commit | 2486cc2d94352fa21e1aeadc0ac8a148aa483711 (patch) | |
tree | 4f1ae302d830b2a89535261c11b307f1f6cad80a /ui/ingame_about.menu | |
parent | 283f3eff7d8feabaaca1857d15ed206a464d7057 (diff) |
Ingame about and exit
Diffstat (limited to 'ui/ingame_about.menu')
-rw-r--r-- | ui/ingame_about.menu | 149 |
1 files changed, 6 insertions, 143 deletions
diff --git a/ui/ingame_about.menu b/ui/ingame_about.menu index bc078234..f20191c0 100644 --- a/ui/ingame_about.menu +++ b/ui/ingame_about.menu @@ -9,7 +9,7 @@ visible 0 fullscreen 0 outOfBoundsClick // this closes the window if it gets a click out of the rectangle - rect 0 30 256 295 + rect 10 56 256 160 focusColor 1 .75 0 1 style 1 border 1 @@ -17,152 +17,15 @@ itemDef { name window - rect 10 15 256 280 + rect 10 5 256 150 style 1 - backcolor 0 .1 0 1 + backcolor 0 0 0 1 visible 1 decoration - } - // FRAME // - itemDef - { - name window - rect 0 10 16 128 - style 3 - background "ui/assets/ingameleft.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 3 0 65 16 - style 3 - background "ui/assets/ingameconnection.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 67 10 64 8 - style 3 - background "ui/assets/ingametop.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 131 10 96 8 - style 3 - background "ui/assets/ingametop.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 0 138 16 64 - style 3 - background "ui/assets/ingameleft.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 0 202 16 64 - style 3 - background "ui/assets/ingameleft.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 0 233 64 64 - style 3 - background "ui/assets/ingameleftcornerb.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 212 10 64 64 - style 3 - background "ui/assets/ingamerightcorner.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 212 233 64 64 - style 3 - background "ui/assets/ingamerightcornerb.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 64 289 66 8 - style 3 - background "ui/assets/ingamebottom.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 128 289 96 8 - style 3 - background "ui/assets/ingamebottom.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 260 74 16 64 - style 3 - background "ui/assets/ingameright.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 260 138 16 64 - style 3 - background "ui/assets/ingameright.tga" - visible 1 - decoration - } - - itemDef - { - name window - rect 260 202 16 64 - style 3 - background "ui/assets/ingameright.tga" - visible 1 - decoration + border WINDOW_BORDER_KCGRADIENT + borderSize 4.0 + borderColor 0.5 0.5 0.5 1 } itemDef |