Implement a little "raise on enter" animation for deck preview widgets.

This commit is contained in:
Lukas Brübach 2025-04-17 11:30:08 +02:00
parent 854208ea0a
commit a630c985b0
15 changed files with 130 additions and 9 deletions

View file

@ -250,6 +250,9 @@ void SettingsCache::setVisualDeckStorageAlwaysConvert(bool /* _visualDeckStorage
void SettingsCache::setVisualDeckStorageInGame(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setVisualDeckStorageSelectionAnimation(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}