Minor update to Rocket Robz logo

- Smooth shading on Robz

ALSO: Update year in productIdent screen
This commit is contained in:
RocketRobz 2023-01-09 12:18:25 -07:00
parent 89e6104998
commit 0e4795abc1
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -45,7 +45,7 @@ void ProductIdent::Draw(void) const {
if (gfxIsWide()) {
Gui::DrawString(40, 176-(shiftBySubPixel ? 0.5f : 0), 0.50, WHITE, "Hori-HD (800px MODE) ACTIVATED");
}
Gui::DrawString(40, 198-(shiftBySubPixel ? 0.5f : 0), 0.50, LIGHTRED, "2020-2021 Rocket Robz");
Gui::DrawString(40, 198-(shiftBySubPixel ? 0.5f : 0), 0.50, LIGHTRED, "2020-2023 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 <<<");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.