Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Вопрос Как сделать такую же линию

Как сделать такую линию -
Пожалуйста, авторизуйтесь для просмотра ссылки.
?
Код:
Expand Collapse Copy
ImGui::GetWindowDrawList()->AddRectFilled(ImVec2(x, y), ImVec2(x +width, y + height ), ImColor(24, 24, 24), rounding); // bg

ImGui::GetWindowDrawList()->AddRectFilled(ImVec2(x, y), ImVec2(x + width * (bomb_timer / bomb_max_time), y + height), ImColor(24, 24, 24), rounding); //proggress
 
Код:
Expand Collapse Copy
ImGui::GetWindowDrawList()->AddRectFilled(ImVec2(x, y), ImVec2(x +width, y + height ), ImColor(24, 24, 24), rounding); // bg

ImGui::GetWindowDrawList()->AddRectFilled(ImVec2(x, y), ImVec2(x + width * (bomb_timer / bomb_max_time), y + height), ImColor(24, 24, 24), rounding); //proggress
Спасибо <3
 
Назад
Сверху Снизу