Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds 3 icons, removes 1 #32

Closed
wants to merge 16 commits into from
Closed
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
## FORK BY yoitsOJ, GO to [THIS LINK](https://github.com/YARC-Official/OpenSource) FOR THE OFFICIAL REPO

# OpenSource
OpenSource (get it?) is a large list of guitar-game source icons, and source names, in different languages! [Click here](https://yarc-official.github.io/OpenSource/ignore/webviewer/) to view a live list of them!

![Banner](./ignore/banner.png)

# 📃 Table of Contents

- [Credits](#-credits)
- [Contributing](#️-contributing)
- [Specifications for Use](#-specifications-for-use)
- [`index.json`](#indexjson)
- [`Source`](#source)
- [Verifying Indexes](#-verifying-indexes)
- [Guidelines for Making Icons](#-guidelines-for-making-icons)
- [Guidelines for NEW Sources](#-guidelines-for-new-sources)
- [Webviewer](#-webviewer)
- [License](#️-license)
OpenSource is a large list of guitar-game source icons, and source names, in different languages! [Click here](https://yarc-official.github.io/OpenSource/ignore/webviewer/) to view a live list of them!

# 👉 Credits

Expand Down
Binary file removed base/icons/gh2dxdlc.png
Binary file not shown.
Binary file added base/icons/gh80s360.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions base/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"type": "gh"
},
{
"ids": [ "gh2dxdlc" ],
"ids": [ "gh80s360" ],
"names": {
"en-US": "Guitar Hero Rocks the 360"
"en-US": "Guitar Hero Encore: Rocks the 360"
},
"icon": "gh2dxdlc",
"icon": "gh80s360",
"type": "gh"
},
{
Expand Down
Binary file added extra/icons/pgdlc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra/icons/rrdlc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions extra/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"names": {
"en-US": "PowerGig: Rise of the SixString DLC"
},
"icon": "pg",
"icon": "pgdlc",
"type": "game"
},
{
Expand Down Expand Up @@ -846,7 +846,7 @@
"names": {
"en-US": "Rock Revolution DLC"
},
"icon": "rr",
"icon": "rrdlc",
"type": "game"
},
{
Expand Down
Loading