Skip to content

Commit

Permalink
chore(PokeRogue): update assets (PreMiD#8376)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored May 16, 2024
1 parent 5a00ceb commit 1f8391b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/P/PokeRogue/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"en": "A Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, and reaching Pokémon stats you never thought possible."
},
"url": "pokerogue.net",
"version": "1.0.1",
"logo": "https://pokerogue.net/logo512.png",
"thumbnail": "https://i.imgur.com/stLsgKO.png",
"version": "1.0.2",
"logo": "https://cdn.rcd.gg/PreMiD/websites/P/PokeRogue/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/P/PokeRogue/assets/thumbnail.png",
"color": "#6b5a73",
"category": "games",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/P/PokeRogue/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets {
Logo = "https://pokerogue.net/logo512.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/P/PokeRogue/assets/logo.png",
}

type gameInfo = {
Expand Down

0 comments on commit 1f8391b

Please sign in to comment.