Formationg and comments

This commit is contained in:
2025-08-08 17:38:26 +02:00
parent 30980423eb
commit 53c333d46d
5 changed files with 8 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ void App::upTex(Liked liked)
BeginTextureMode(canvasTexure[TOP]);
ClearBackground(BLACK);
DrawText("NEXT GEN", 10, 10, 20, WHITE);
DrawText("NEXT GEN", 10, 10, screenWidth/10, WHITE);
EndTextureMode();
}