From 850716b2a8019fbbdee7f4b53c83051d33ad5e22 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Fri, 20 Mar 2015 20:29:17 -0400 Subject: Experimental Features... LOADS of experimental stuff with Catalyst, Skinning and more! Why not create a Sounds directory in your Skins\Loaded directory, and stick a few .wav files in? Preferrably an infobox.wav, startup.wav and shutdown.wav. Soon, there will be ways of adding these files in-game through the Shifter, don't worry. Also, a Catalyst Story can be found in Helper.vb in the form of a string array. --- ShiftOS/Paths.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS/Paths.vb') diff --git a/ShiftOS/Paths.vb b/ShiftOS/Paths.vb index e5c75ff..e8a3e63 100644 --- a/ShiftOS/Paths.vb +++ b/ShiftOS/Paths.vb @@ -42,7 +42,7 @@ Public loadedskin As String = skindir & "Loaded\" Public currentskin As String = skindir & "Current\" - Public sounddir As String = loadedskin & "Sound Files\" + Public sounddir As String = loadedskin & "Sounds\" Public home As String = root & "Home\" -- cgit v1.2.3