diff --git a/es-core/src/components/BadgesComponent.cpp b/es-core/src/components/BadgesComponent.cpp index 51fb09056..a7a6adc50 100644 --- a/es-core/src/components/BadgesComponent.cpp +++ b/es-core/src/components/BadgesComponent.cpp @@ -20,10 +20,10 @@ BadgesComponent::BadgesComponent(Window* window) mSlots = {SLOT_FAVORITE, SLOT_COMPLETED, SLOT_KIDS, SLOT_BROKEN}; mBadgeIcons = std::map(); - mBadgeIcons[SLOT_FAVORITE] = ":/graphics/badge_favorite.png"; - mBadgeIcons[SLOT_COMPLETED] = ":/graphics/badge_completed.png"; - mBadgeIcons[SLOT_KIDS] = ":/graphics/badge_kidgame.png"; - mBadgeIcons[SLOT_BROKEN] = ":/graphics/badge_broken.png"; + mBadgeIcons[SLOT_FAVORITE] = ":/graphics/badge_favorite.svg"; + mBadgeIcons[SLOT_COMPLETED] = ":/graphics/badge_completed.svg"; + mBadgeIcons[SLOT_KIDS] = ":/graphics/badge_kidgame.svg"; + mBadgeIcons[SLOT_BROKEN] = ":/graphics/badge_broken.svg"; // Create the child ImageComponent for every badge. mImageComponents = std::map(); diff --git a/resources/graphics/badge_broken.png b/resources/graphics/badge_broken.png deleted file mode 100644 index ae97d4c8b..000000000 Binary files a/resources/graphics/badge_broken.png and /dev/null differ diff --git a/resources/graphics/badge_broken.svg b/resources/graphics/badge_broken.svg new file mode 100644 index 000000000..3da5efcc3 --- /dev/null +++ b/resources/graphics/badge_broken.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + CONTENT RATED BY + BROKEN + + + ES-DE + + + + diff --git a/resources/graphics/badge_completed.png b/resources/graphics/badge_completed.png deleted file mode 100644 index 3a5c1369a..000000000 Binary files a/resources/graphics/badge_completed.png and /dev/null differ diff --git a/resources/graphics/badge_completed.svg b/resources/graphics/badge_completed.svg new file mode 100644 index 000000000..fd191b4a0 --- /dev/null +++ b/resources/graphics/badge_completed.svg @@ -0,0 +1,186 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + CONTENT RATED BY + COMPLETED + + + ES-DE + + + diff --git a/resources/graphics/badge_favorite.png b/resources/graphics/badge_favorite.png deleted file mode 100644 index 3cb8be1ac..000000000 Binary files a/resources/graphics/badge_favorite.png and /dev/null differ diff --git a/resources/graphics/badge_favorite.svg b/resources/graphics/badge_favorite.svg new file mode 100644 index 000000000..d6c8a35d6 --- /dev/null +++ b/resources/graphics/badge_favorite.svg @@ -0,0 +1,186 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + CONTENT RATED BY + FAVORITE + + + ES-DE + + diff --git a/resources/graphics/badge_kidgame.png b/resources/graphics/badge_kidgame.png deleted file mode 100644 index ccb13b9dd..000000000 Binary files a/resources/graphics/badge_kidgame.png and /dev/null differ diff --git a/resources/graphics/badge_kidgame.svg b/resources/graphics/badge_kidgame.svg new file mode 100644 index 000000000..e5103f881 --- /dev/null +++ b/resources/graphics/badge_kidgame.svg @@ -0,0 +1,186 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + CONTENT RATED BY + EVERYONE + + + ES-DE + + diff --git a/themes/rbsimple-DE/theme.xml b/themes/rbsimple-DE/theme.xml index 15e10323d..a0fc8861a 100644 --- a/themes/rbsimple-DE/theme.xml +++ b/themes/rbsimple-DE/theme.xml @@ -245,14 +245,14 @@ based on: 'recalbox-multi' by the Recalbox community start 2 10 5 - .05 + .035 favorite completed kidgame broken - :/graphics/badge_favorite.png - :/graphics/badge_completed.png - :/graphics/badge_kidgame.png - :/graphics/badge_broken.png + :/graphics/badge_favorite.svg + :/graphics/badge_completed.svg + :/graphics/badge_kidgame.svg + :/graphics/badge_broken.svg