mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Profiles: interpolate accessibility menu slide in
This commit is contained in:
parent
af285f309c
commit
d4fad1926f
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "../command.h"
|
||||
#include "../k_menu.h"
|
||||
#include "../m_easing.h"
|
||||
#include "../p_local.h" // cv_tilting
|
||||
|
||||
extern "C" consvar_t cv_mindelay;
|
||||
|
|
@ -16,7 +17,7 @@ namespace
|
|||
|
||||
void draw_routine()
|
||||
{
|
||||
Draw row = Draw(0, currentMenu->y).font(Draw::Font::kMenu);
|
||||
Draw row = Draw(M_EaseWithTransition(Easing_InSine, 5 * 48), currentMenu->y).font(Draw::Font::kMenu);
|
||||
|
||||
M_DrawEditProfileTooltips();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue