mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
small fixes
This commit is contained in:
parent
e00d9f961f
commit
7d8e6de8f6
Binary file not shown.
@ -20,6 +20,10 @@
|
||||
stopMusic = CBool(argument.GetSplit(1))
|
||||
End If
|
||||
|
||||
If sound = "healing" Then
|
||||
sound = "pokemon_heal"
|
||||
End If
|
||||
|
||||
SoundManager.PlaySound(sound, stopMusic)
|
||||
Case "playadvanced"
|
||||
Dim args() As String = argument.Split(CChar(","))
|
||||
|
@ -1396,3 +1396,9 @@
|
||||
/processorParam:Quality=Best
|
||||
/build:Songs/sovietmarch.ogg
|
||||
|
||||
#begin Songs/gameintro.ogg
|
||||
/importer:OggImporter
|
||||
/processor:SongProcessor
|
||||
/processorParam:Quality=Best
|
||||
/build:Songs/gameintro.ogg
|
||||
|
||||
|
BIN
lib/P3D.ContentPipeline/Content/Songs/gameintro.ogg
Normal file
BIN
lib/P3D.ContentPipeline/Content/Songs/gameintro.ogg
Normal file
Binary file not shown.
BIN
lib/build/Content/Songs/gameintro.xnb
Normal file
BIN
lib/build/Content/Songs/gameintro.xnb
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user