Eliminada gran cantidad de código sobrante

This commit is contained in:
2024-05-31 17:27:46 +02:00
parent 514372c9f0
commit d13e4daf25
9 changed files with 122 additions and 614 deletions

View File

@@ -167,7 +167,7 @@ void Scoreboard::setPos(SDL_Rect rect)
{
this->rect = rect;
const int left = 45;
const int left = rect.w / 6;
const int right = rect.w - left;
const int center = rect.w / 2;
const int desp = 7;