mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
Add mail delete menu + modern buttons
This commit is contained in:
parent
970feaefbc
commit
fdcbdfa62b
Binary file not shown.
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@ -11033,7 +11033,7 @@
|
|||||||
<Content Include="Content\GUI\Menus\InterfaceColors.png">
|
<Content Include="Content\GUI\Menus\InterfaceColors.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Content\GUI\Menus\MailMenuBackground.png">
|
<Content Include="Content\GUI\Menus\MailboxBackground.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Content\GUI\PokemonMenu\Alcremie.png">
|
<Content Include="Content\GUI\PokemonMenu\Alcremie.png">
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -207,7 +207,7 @@
|
|||||||
|
|
||||||
CanContinue = False
|
CanContinue = False
|
||||||
Case "mailsystem"
|
Case "mailsystem"
|
||||||
Core.SetScreen(New TransitionScreen(Core.CurrentScreen, New MailSystemScreen(Core.CurrentScreen), Color.White, False))
|
Core.SetScreen(New TransitionScreen(Core.CurrentScreen, New MailSystemScreen(Core.CurrentScreen), Color.Black, False))
|
||||||
|
|
||||||
IsReady = True
|
IsReady = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user