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">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\GUI\Menus\MailMenuBackground.png">
|
||||
<Content Include="Content\GUI\Menus\MailboxBackground.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\GUI\PokemonMenu\Alcremie.png">
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -207,7 +207,7 @@
|
|||
|
||||
CanContinue = False
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue