Skip to content

Commit

Permalink
Replace blank_game bitmap with svg cartridge artwork.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzulla committed Jul 25, 2018
1 parent 3e27412 commit c8c2620
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion es-core/src/components/ImageGridComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ImageGridComponent<T>::ImageGridComponent(Window* window) : IList<ImageGridData,

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

mSize = screen * 0.80f;
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.

0 comments on commit c8c2620

Please sign in to comment.