Smal changes
This commit is contained in:
parent
4b6ca42e3e
commit
1331557ed4
|
@ -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
|
||||
|
|
|
@ -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.
Loading…
Reference in New Issue