mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
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 |
BIN
2.5DHero/2.5DHeroContent/Content/Songs/wind.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/wind.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user