summaryrefslogtreecommitdiff
path: root/ui/tremulous_teamselect.menu
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tremulous_teamselect.menu')
-rw-r--r--ui/tremulous_teamselect.menu43
1 files changed, 20 insertions, 23 deletions
diff --git a/ui/tremulous_teamselect.menu b/ui/tremulous_teamselect.menu
index 9684aa77..e47a5558 100644
--- a/ui/tremulous_teamselect.menu
+++ b/ui/tremulous_teamselect.menu
@@ -12,6 +12,9 @@
style WINDOW_STYLE_FILLED
disableColor .5 .5 .5 0
backcolor 0 0 .5 .25
+ border WINDOW_BORDER_FULL
+ borderSize 1
+ bordercolor .6 .6 1 .25
onOpen { uiScript LoadTeams }
itemDef
@@ -80,28 +83,22 @@
action { close tremulous_teamselect }
}
- itemDef
- {
- name "weaponmodel"
- type ITEM_TYPE_MODEL
- asset_model "models/weapons2/plasma/plasma.md3"
- rect 177 100 200 100
- style WINDOW_STYLE_FILLED
- forecolor 1 1 1 1
- backcolor 0 0 0 .5
- decoration
- visible 1
- model_origin 100 .01 .01
- model_fovx 90
- model_fovy 90
- model_angle 90
- model_rotation 20
- }
- }
-}
- model_fovy 90
- model_angle 90
- model_rotation 20
- }
+// itemDef
+// {
+// name "weaponmodel"
+// type ITEM_TYPE_MODEL
+// asset_model "models/weapons2/plasma/plasma.md3"
+// rect 177 100 200 100
+// style WINDOW_STYLE_FILLED
+// forecolor 1 1 1 1
+// backcolor 0 0 0 .5
+// decoration
+// visible 1
+// model_origin 100 .01 .01
+// model_fovx 90
+// model_fovy 90
+// model_angle 90
+// model_rotation 20
+// }
}
}