Add clouds and logo to launcher. (#81)

* Add clouds and logo to launcher.

Co-Authored-By: LJSTAR <31629427+ljstarbird@users.noreply.github.com>

* Update RecompFrontend to fix lunasvg.

* Fix timing issue for launcher code.

---------

Co-authored-by: LJSTAR <31629427+ljstarbird@users.noreply.github.com>
This commit is contained in:
Darío
2026-01-16 22:29:35 -03:00
committed by GitHub
parent 819548a9c7
commit af8163cf87
10 changed files with 390 additions and 32 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "recompui/recompui.h"
namespace banjo {
void launcher_animation_setup(recompui::LauncherMenu *menu, recompui::Element *title);
void launcher_animation_setup(recompui::LauncherMenu *menu);
void launcher_animation_update(recompui::LauncherMenu *menu);
constexpr float launcher_options_right_position_start = 96.0f;