diff options
author | Tim Angus <tim@ngus.net> | 2003-02-12 19:36:53 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-02-12 19:36:53 +0000 |
commit | 21897ddb12f534b6f78521815ea91c0e30d81e1c (patch) | |
tree | e1cb351da629a738a6c9527b996e35c51d6e0a5c /ui/ingame_leave.menu | |
parent | 96231086795cbf68f01148e8d1e65a28e3581a66 (diff) |
* Updated most of the scripts to play the new menu sounds
Diffstat (limited to 'ui/ingame_leave.menu')
-rw-r--r-- | ui/ingame_leave.menu | 68 |
1 files changed, 58 insertions, 10 deletions
diff --git a/ui/ingame_leave.menu b/ui/ingame_leave.menu index 15461c1c..07bd0b2c 100644 --- a/ui/ingame_leave.menu +++ b/ui/ingame_leave.menu @@ -11,7 +11,11 @@ outOfBoundsClick // this closes the window if it gets a click out of the rectangle rect 160 56 128 125 focusColor 1 .75 0 1 - onOpen { show grpMenu ; hide grpConfirm } + onOpen + { + show grpMenu; + hide grpConfirm + } itemDef { @@ -41,7 +45,12 @@ textscale .25 forecolor 1 1 1 1 visible 1 - action { hide grpMenu ; show leaveConfirm } + action + { + play "sound/misc/menu1.wav"; + hide grpMenu; + show leaveConfirm + } } itemDef @@ -58,7 +67,12 @@ textscale .25 forecolor 1 1 1 1 visible 1 - action { hide grpMenu ; show restartConfirm } + action + { + play "sound/misc/menu1.wav"; + hide grpMenu; + show restartConfirm + } } itemDef @@ -75,7 +89,12 @@ textscale .25 forecolor 1 1 1 1 visible 1 - action { hide grpMenu ; show quitConfirm } + action + { + play "sound/misc/menu1.wav"; + hide grpMenu; + show quitConfirm + } } @@ -128,7 +147,11 @@ textaligny 15 forecolor 1 1 1 1 visible 1 - action { uiScript leave } + action + { + play "sound/misc/menu1.wav"; + uiScript leave + } } itemDef @@ -145,7 +168,12 @@ textaligny 15 forecolor 1 1 1 1 visible 1 - action { hide grpConfirm ; show grpMenu } + action + { + play "sound/misc/menu3.wav"; + hide grpConfirm; + show grpMenu + } } itemDef @@ -194,7 +222,13 @@ textaligny 15 forecolor 1 1 1 1 visible 1 - action { exec "map_restart" ; close ingame_leave ; close ingame } + action + { + play "sound/misc/menu1.wav"; + exec "map_restart"; + close ingame_leave; + close ingame + } } itemDef @@ -211,7 +245,12 @@ textaligny 15 forecolor 1 1 1 1 visible 1 - action { hide grpConfirm ; show grpMenu } + action + { + play "sound/misc/menu3.wav"; + hide grpConfirm; + show grpMenu + } } itemDef @@ -260,7 +299,11 @@ textaligny 15 forecolor 1 1 1 1 visible 1 - action { uiScript quit } + action + { + play "sound/misc/menu1.wav"; + uiScript quit + } } itemDef @@ -277,7 +320,12 @@ textaligny 15 forecolor 1 1 1 1 visible 1 - action { hide grpConfirm ; show grpMenu } + action + { + play "sound/misc/menu3.wav"; + hide grpConfirm; + show grpMenu + } } } } |