aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-06 11:19:36 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-06 11:19:36 +0000
commit886b7205df1355054eda3cb72b65c77ec8a40d73 (patch)
treeb4901b040da2d45f03a9400e25027d5b1edb0271 /Game/Code/Screens
parent553ee1ad981964a3689e6510d5813dbff0f2119c (diff)
downloadusdx-886b7205df1355054eda3cb72b65c77ec8a40d73.tar.gz
usdx-886b7205df1355054eda3cb72b65c77ec8a40d73.tar.xz
usdx-886b7205df1355054eda3cb72b65c77ec8a40d73.zip
added [tab] to change visualization preset
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@682 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens')
-rw-r--r--Game/Code/Screens/UScreenSing.pas6
1 files changed, 6 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index b3b92446..e62b9339 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -157,6 +157,12 @@ begin
VideoPlayback.play;
end;
+
+ SDLK_TAB: //Change Visualization Preset
+ begin
+ if AktSong.VideoLoaded then
+ VideoPlayback.MoveTo( now ); // move to a random position
+ end;
SDLK_RETURN:
begin