summaryrefslogtreecommitdiff
path: root/ui/tremulous_teamselect.menu
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-02-12 19:36:53 +0000
committerTim Angus <tim@ngus.net>2003-02-12 19:36:53 +0000
commit21897ddb12f534b6f78521815ea91c0e30d81e1c (patch)
treee1cb351da629a738a6c9527b996e35c51d6e0a5c /ui/tremulous_teamselect.menu
parent96231086795cbf68f01148e8d1e65a28e3581a66 (diff)
* Updated most of the scripts to play the new menu sounds
Diffstat (limited to 'ui/tremulous_teamselect.menu')
-rw-r--r--ui/tremulous_teamselect.menu13
1 files changed, 11 insertions, 2 deletions
diff --git a/ui/tremulous_teamselect.menu b/ui/tremulous_teamselect.menu
index a38a4a1c..e750ead0 100644
--- a/ui/tremulous_teamselect.menu
+++ b/ui/tremulous_teamselect.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript JoinTeam; close tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript JoinTeam;
+ close tremulous_teamselect
+ }
}
itemDef
@@ -96,7 +101,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_teamselect
+ }
}
}
}