From a8f0404f0fcf17482529f38de4735ff20860365c Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Mon, 20 Jun 2005 04:39:55 +0000 Subject: [PATCH] Add: the background transitions and effects --- stepmania/stepmania.nsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 709c64cc31..8ab7a18a63 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -189,6 +189,12 @@ File /r "NoteSkins\pump\default" ;SetOutPath "$INSTDIR\NoteSkins\para" ;File /r "NoteSkins\para\original" +SetOutPath "$INSTDIR\BackgroundEffects" +File /r "BackgroundEffects" + +SetOutPath "$INSTDIR\BackgroundTransitions" +File /r "BackgroundTransitions" + CreateDirectory "$INSTDIR\RandomMovies" SetOutPath "$INSTDIR\RandomMovies" File "RandomMovies\instructions.txt"