Smal changes

This commit is contained in:
CaptainSegis 2017-10-18 03:38:37 -05:00
parent 4b6ca42e3e
commit 1331557ed4
4 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.