json: reordenades les cadenes de text
This commit is contained in:
@@ -92,13 +92,6 @@ void ServiceMenu::render()
|
||||
element_text_->writeDX(TEXT_CENTER | TEXT_COLOR, rect_.x + rect_.w / 2, y, option_pairs_.at(i).first, -2, i == selected_ ? selected_color_ : text_color_);
|
||||
}
|
||||
}
|
||||
/*
|
||||
SDL_SetRenderDrawColor(Screen::get()->getRenderer(), 0, 255, 0, 255);
|
||||
for (int i = rect_.y; i < rect_.y + rect_.h; i += line_height_)
|
||||
{
|
||||
SDL_RenderLine(Screen::get()->getRenderer(), rect_.x, i, rect_.x + rect_.w, i);
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user