format everything

This commit is contained in:
Tropical
2026-04-01 13:48:29 -05:00
parent 3e813592e4
commit dd93cfe91e
380 changed files with 2698 additions and 2595 deletions

View File

@@ -397,7 +397,7 @@ void TitleScreen::render(int xm, int ym, float a) {
glRotatef(-20, 0, 0, 1);
float sss = 1.8f - std::abs(sinf(System::currentTimeMillis() % 1000 /
1000.0f * std::numbers::pi * 2) *
1000.0f * std::numbers::pi * 2) *
0.1f);
sss = sss * 100 / (font->width(splash) + 8 * 4);