Procházet zdrojové kódy

Moved music start from playing on start screen to waiting for you to pressthe start action

KevinSmarts před 5 roky
rodič
revize
8ce14dccf5
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      locations/start.qsrc

+ 6 - 6
locations/start.qsrc

@@ -55,6 +55,12 @@ opPRE = 1
 
 act '<center><b>Start</b></center>':
 	cla
+	if music_on = 0:
+		music_on = 1
+		$track_loop = 'sound/suki.mp3'
+		volume = 100
+		music_loop = 1
+	end
 	gt 'begin','real_character'
 end
 
@@ -70,12 +76,6 @@ act '<center>Test video</center>':
 	act 'Return': gt 'start'
 end
 
-if music_on = 0:
-	music_on = 1
-	$track_loop = 'sound/suki.mp3'
-	volume = 100
-	music_loop = 1
-end
 
 ! WD: Set variable to store Image needed HTML code
 set $ImageNeededPlacholder = '<center><img src="images/system/image_needed.png"></center>'