Skip to content

Commit 47f2c30

Browse files
committed
WIP
1 parent 42566d6 commit 47f2c30

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/Qubed.FrontEnd/Content/Content.mgcb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
/processor:SoundEffectProcessor
3434
/build:whoosh-reversed.wav
3535

36-
#begin whoosh-2.wav
37-
/importer:WavImporter
38-
/processor:SoundEffectProcessor
39-
/build:whoosh-reversed-2.wav
40-
4136
#begin font.spritefont
4237
/importer:FontDescriptionImporter
4338
/processor:FontDescriptionProcessor

src/Qubed.FrontEnd/Display/Qubed.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ protected override void LoadContent()
262262

263263
_reversedWhooshSound = Content.Load<SoundEffect>("whoosh-reversed");
264264

265+
_reversedWhooshSound.Play();
266+
265267
UpdateView();
266268

267269
_cubeViewport = GetCubeViewport();

0 commit comments

Comments
 (0)