Skip to content

Commit

Permalink
Merge pull request RetroPie#463 from hzulla/feature/new-folder-artwork
Browse files Browse the repository at this point in the history
Update artwork for folder & blank game cartridge icon
  • Loading branch information
jrassa authored Aug 11, 2018
2 parents 6085ac5 + c8c2620 commit dc541e5
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions es-core/src/components/ImageGridComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ ImageGridComponent<T>::ImageGridComponent(Window* window) : IList<ImageGridData,

mEntriesDirty = true;
mLastCursor = 0;
mDefaultGameTexture = ":/blank_game.png";
mDefaultFolderTexture = ":/folder.png";
mDefaultGameTexture = ":/cartridge.svg";
mDefaultFolderTexture = ":/folder.svg";

mSize = screen * 0.80f;
mMargin = screen * 0.07f;
Expand Down
Binary file removed resources/blank_game.png
Binary file not shown.
26 changes: 26 additions & 0 deletions resources/cartridge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/folder.png
Binary file not shown.
5 changes: 5 additions & 0 deletions resources/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc541e5

Please sign in to comment.