Change *Hori-HD* name to *Horizon HD*

This commit is contained in:
RocketRobz 2024-12-24 14:54:54 -07:00
parent 7e1db71ee9
commit bf3d209e0e
11 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -14,7 +14,7 @@ icon_msg.png
icon_question.png
item_button.png
photo_bg.png
logo_horiHD.png
logo_horizonHD.png
logo_rocketrobz.png
rr_spaceBG.png
rr_robz.png

View File

@ -14,7 +14,7 @@ icon_msg.png
icon_question.png
item_button.png
photo_bg.png
logo_horiHD.png
logo_horizonHD.png
logo_rocketrobz.png
rr_spaceBG.png
rr_robz.png

View File

@ -43,9 +43,9 @@ void ProductIdent::Draw(void) const {
Gui::DrawString(192, 140-(shiftBySubPixel ? 0.5f : 0), 0.45, LIGHTRED, "Rocket Robz");
Gui::Draw_Rect(38, 155-(shiftBySubPixel ? 0.5f : 0), 400-42, 1, LIGHTRED);
if (gfxIsWide()) {
Gui::DrawString(40, 176-(shiftBySubPixel ? 0.5f : 0), 0.50, WHITE, "Hori-HD (800px MODE) ACTIVATED");
Gui::DrawString(40, 176-(shiftBySubPixel ? 0.5f : 0), 0.50, WHITE, "Horizon HD (800px MODE) ACTIVATED");
}
Gui::DrawString(40, 198-(shiftBySubPixel ? 0.5f : 0), 0.50, LIGHTRED, "2020-2023 Rocket Robz");
Gui::DrawString(40, 198-(shiftBySubPixel ? 0.5f : 0), 0.50, LIGHTRED, "2020-2024 Rocket Robz");
Gui::Draw_Rect(38, 214-(shiftBySubPixel ? 0.5f : 0), 400-42, 1, LIGHTRED);
Gui::DrawString(40, 214-(shiftBySubPixel ? 0.5f : 0), 0.45, LIGHTRED, "robz designs on the future <<<");

View File

@ -17,7 +17,7 @@ The photo shoot party becomes bigger and more fun, in a *Photo Shoot X-over!*
# Features
* 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 characters and backgrounds, as well as music, from
* Super Mario
* Sonic the Hedgehog

View File

@ -18,7 +18,7 @@ The result, *Super Photo Studio*! Take pictures of your favorite all-star charac
# Features
* 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 characters and backgrounds, as well as music, from
* Super Mario
* Sonic the Hedgehog

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

View File

@ -86,8 +86,8 @@ void RocketRobz::Draw(void) const {
}
}
} else {
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);
}
if (rr_fadeAlpha > 0) Gui::Draw_Rect(0, 0, 320, 240, C2D_Color32(0, 0, 0, rr_fadeAlpha)); // Fade in/out effect
if (fadealpha > 0) Gui::Draw_Rect(0, 0, 320, 240, C2D_Color32(fadecolor, fadecolor, fadecolor, fadealpha)); // Fade in/out effect