Add FadeIn on boot, change FileOptionState transition type, UI tweaks.

This commit is contained in:
J-D-K
2025-10-01 20:08:31 -04:00
parent fb88c7939a
commit c677189452
8 changed files with 54 additions and 95 deletions

View File

@@ -12,13 +12,13 @@
namespace
{
constexpr int COORD_BAR_X = 312;
constexpr int COORD_BAR_X = 296;
constexpr int COORD_BAR_Y = 437;
constexpr int COORD_TEXT_Y = 442;
constexpr int COORD_DISPLAY_CENTER = 640;
constexpr double SIZE_BAR_WIDTH = 656.0f;
constexpr double SIZE_BAR_WIDTH = 688.0f;
}
ProgressState::ProgressState(sys::threadpool::JobFunction function, sys::Task::TaskData taskData)