From f1bf2b604dd8b8f8c016a9434d5e1ebb4cf43c81 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:29:42 -0300 Subject: [PATCH] actually just remove the animation altogether --- loader/src/ui/mods/list/ModList.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/loader/src/ui/mods/list/ModList.cpp b/loader/src/ui/mods/list/ModList.cpp index 503cfef1f..e5a94e1d8 100644 --- a/loader/src/ui/mods/list/ModList.cpp +++ b/loader/src/ui/mods/list/ModList.cpp @@ -5,7 +5,6 @@ #include "../popups/SortPopup.hpp" #include "../GeodeStyle.hpp" #include "../ModsLayer.hpp" -#include "../events/EventWinnerAnimation.hpp" static size_t getDisplayPageSize(ModListSource* src, ModListDisplay display) { if (src->isLocalModsOnly() && Mod::get()->template getSettingValue("infinite-local-mods-list")) { @@ -265,11 +264,6 @@ bool ModList::init(ModListSource* src, CCSize const& size) { auto src = typeinfo_cast(m_source); src && src->getType() == ServerModListType::Modtober24 ) { - // todo: generic system for this for any contest event - if (!Mod::get()->setSavedValue("shown-modtober-winner", true)) { - CCScene::get()->addChild(EventWinnerAnimation::create()); - } - auto menu = CCMenu::create(); menu->setID("modtober-banner"); menu->ignoreAnchorPointForPosition(false);