mirror of
https://github.com/RocketRobz/SavvyManager.git
synced 2025-06-18 09:05:34 -04:00
Change *Hori-HD* name to *Horizon HD*
This commit is contained in:
parent
c22dfdd797
commit
08c41989f8
@ -11,7 +11,7 @@ For Style Savvy's 10th Anniversary, a save editor is here!
|
||||
* Edit save data from all four Girls Mode/Style Savvy/Style Boutique games.
|
||||
* As of currently, only games 2-4 are supported.
|
||||
* Only the 2nd game is supported for KOR regions.
|
||||
* High-resolution Hori-HD (800px wide mode), exclusive to 3DS, New 3DS, and New 2DS consoles!
|
||||
* High-resolution *Horizon HD* (800px wide mode), exclusive to 3DS, New 3DS, and New 2DS consoles!
|
||||
* Pre-rendered character previews.
|
||||
* Originally composed menu music!
|
||||
* Sound effects from ChuChu Rocket.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
BIN
assets/gfx/logo_horizonHD.png
Normal file
BIN
assets/gfx/logo_horizonHD.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -23,7 +23,7 @@ item_button.png
|
||||
phone_bg.png
|
||||
photo_bg.png
|
||||
logo_savvymanager.png
|
||||
logo_horiHD.png
|
||||
logo_horizonHD.png
|
||||
logo_nintendoSynSophia.png
|
||||
logo_rocketrobz.png
|
||||
text_rocketrobz.png
|
||||
|
BIN
resources/HorizonHD logo.xcf
Normal file
BIN
resources/HorizonHD logo.xcf
Normal file
Binary file not shown.
@ -97,8 +97,8 @@ void RocketRobz::Draw(void) const {
|
||||
//Gui::DrawStringCentered(0, 48, 0.50, WHITE, this->presentedText);
|
||||
//Gui::DrawStringCentered(0, 88, 0.60, WHITE, "Cinema");
|
||||
//GFX::DrawSprite(sprites_logo_widescreen_idx, 66, 107);
|
||||
Gui::DrawStringCentered(0, 48, 0.75, WHITE, this->presentedText);
|
||||
GFX::DrawSprite(sprites_logo_horiHD_idx, 32, 85);
|
||||
Gui::DrawStringCentered(0, 72, 0.50, WHITE, this->presentedText);
|
||||
GFX::DrawSprite(sprites_logo_horizonHD_idx, 16, 95);
|
||||
} else if (subMode == 1) {
|
||||
Gui::Draw_Rect(0, 0, 320, 120, C2D_Color32(230, 0, 18, 255));
|
||||
Gui::Draw_Rect(0, 120, 320, 120, WHITE);
|
||||
|
Loading…
Reference in New Issue
Block a user