Improved Transition view

Update Transition panel to natch new navigator panel style. Add curse selection in view.
This commit is contained in:
Bruno Herbelin
2024-03-17 23:31:04 +01:00
parent b6213e1ed8
commit e9baa25b46
5 changed files with 44 additions and 20 deletions

View File

@@ -263,6 +263,7 @@ SessionFileSource::SessionFileSource(uint64_t id) : SessionSource(id), path_("")
Symbol *loader = new Symbol(Symbol::DOTS);
loader->scale_ = glm::vec3(2.f, 2.f, 1.f);
loader->translation_.y = -0.8;
loader->update_callbacks_.push_back(new InfiniteGlowCallback);
overlays_[View::TRANSITION]->attach(loader);