diff --git a/2.5DHero/2.5DHero/Screens/MainMenu/PressStartScreen.vb b/2.5DHero/2.5DHero/Screens/MainMenu/PressStartScreen.vb index 63e80cb9d..d15bbb093 100644 --- a/2.5DHero/2.5DHero/Screens/MainMenu/PressStartScreen.vb +++ b/2.5DHero/2.5DHero/Screens/MainMenu/PressStartScreen.vb @@ -100,7 +100,7 @@ Public Class PressStartScreen tempG += 0.04F If IsCurrentScreen() Then - If KeyBoardHandler.KeyPressed(KeyBindings.EnterKey1) Or ControllerHandler.ButtonPressed(Buttons.A) Or MouseHandler.ButtonPressed(MouseHandler.MouseButtons.LeftButton) Then + If KeyBoardHandler.KeyPressed(KeyBindings.EnterKey1) Or KeyBoardHandler.KeyPressed(KeyBindings.EnterKey2) Or ControllerHandler.ButtonPressed(Buttons.A) Or MouseHandler.ButtonPressed(MouseHandler.MouseButtons.LeftButton) Then SetScreen(New NewMainMenuScreen(Me)) End If End If diff --git a/2.5DHero/2.5DHeroContent/Content/Content.mgcb b/2.5DHero/2.5DHeroContent/Content/Content.mgcb index 4a40c3ae8..378b2be00 100644 --- a/2.5DHero/2.5DHeroContent/Content/Content.mgcb +++ b/2.5DHero/2.5DHeroContent/Content/Content.mgcb @@ -46459,3 +46459,9 @@ /processorParam:TextureFormat=Color /build:GUI/Menus/Options.png +#begin Songs/wind.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Best +/build:Songs/wind.ogg + diff --git a/2.5DHero/2.5DHeroContent/Content/GUI/Menus/Options.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/Options.png index 08610c005..35e04dc6a 100644 Binary files a/2.5DHero/2.5DHeroContent/Content/GUI/Menus/Options.png and b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/Options.png differ diff --git a/2.5DHero/2.5DHeroContent/Content/Songs/wind.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/wind.ogg new file mode 100644 index 000000000..2e78f65ff Binary files /dev/null and b/2.5DHero/2.5DHeroContent/Content/Songs/wind.ogg differ