Skip to content

Commit 2d11b37

Browse files
Fix images
1 parent 2d59656 commit 2d11b37

11 files changed

Lines changed: 9 additions & 9 deletions

developers/game-development/how-to-get-your-game-seen.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When a player has activity sharing enabled, Discord will automatically detect wh
1717

1818
Improving your Rich Presence integration is one of the easiest ways to start getting more value out of Discord. In this article we'll cover everything you need to know to integrate more tightly with Discord and start finding new players.
1919

20-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-intro.webp" alt="Rich Presence in a user's profile on Discord" />
20+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-intro.webp" alt="Rich Presence in a user's profile on Discord" style={{width: "60%", height: "auto"}} />
2121

2222
---
2323

@@ -126,7 +126,7 @@ Testing Rich Presence is quick:
126126
- Return to your game to see authentication was successful
127127
- Check out your profile in Discord!
128128
129-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-basic.webp" alt="Rich Presence with details and state set" />
129+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-basic.webp" alt="Rich Presence with details and state set" style={{width: "50%", height: "auto"}} />
130130
131131
---
132132
@@ -245,7 +245,7 @@ Timers work great for:
245245
- Showing the length of a speedrun attempt
246246
- Showing how long a competitive match has been fought in
247247
248-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-elapsed.webp" alt="Rich Presence with an elapsed time counting up" />
248+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-elapsed.webp" alt="Rich Presence with an elapsed time counting up" style={{width: "50%", height: "auto"}} />
249249
250250
### Countdown Timer (Time Remaining)
251251
@@ -284,7 +284,7 @@ Countdown timers work great for:
284284
- Counting down the time until an event starts
285285
- Showing tense moments like challenges with a time limit or a boss fight
286286
287-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-countdown.webp" alt="Rich Presence with a countdown timer counting down" />
287+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-countdown.webp" alt="Rich Presence with a countdown timer counting down" style={{width: "50%", height: "auto"}} />
288288
289289
---
290290
@@ -350,9 +350,9 @@ Activity->SetAssets(Assets);
350350
351351
</CodeGroup>
352352
353-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images.webp" alt="Rich Presence with images set" />
353+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images.webp" alt="Rich Presence with images set" style={{width: "50%", height: "auto"}} />
354354
355-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images-tooltip.webp" alt="Rich Presence with images set that have tooltips on hover" />
355+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images-tooltip.webp" alt="Rich Presence with images set that have tooltips on hover" style={{width: "50%", height: "auto"}} />
356356
357357
### Using External URLs
358358
@@ -547,7 +547,7 @@ Unlike the other Rich Presence fields, you can’t see buttons on your own Rich
547547
548548
</Tip>
549549
550-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-buttons.webp" alt="Rich Presence with buttons to a game store and the game's community" />
550+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-buttons.webp" alt="Rich Presence with buttons to a game store and the game's community" style={{width: "60%", height: "auto"}} />
551551
552552
---
553553
@@ -605,7 +605,7 @@ Activity->SetParty(Party);
605605
606606
This displays as "In Lobby (1 of 4)", instantly communicating that this player has created a lobby and 3 more friends can join them.
607607
608-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-party.webp" alt="Rich Presence showing the player in a party of 4" />
608+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-party.webp" alt="Rich Presence showing the player in a party of 4" style={{width: "50%", height: "auto"}} />
609609
610610
### Setting Up Invites
611611
@@ -689,7 +689,7 @@ When using invites with Rich Presence the join button will take precedence over
689689
690690
Combining game invites with lobbies in the Social SDK allows players to join their friends both through your game and through Rich Presence in Discord. For multiplayer games this is huge! Your future players are already on Discord and they can now join their friends directly through invites or ask to join friends without even launching the game. For a complete implementation guide of lobbies and invites using the Social SDK see [Managing Game Invites](/developers/discord-social-sdk/development-guides/managing-game-invites) and [Managing Lobbies](/developers/discord-social-sdk/development-guides/managing-lobbies).
691691
692-
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-invite.webp" alt="Rich Presence with invites enabled showing the join button" />
692+
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-invite.webp" alt="Rich Presence with invites enabled showing the join button" style={{width: "50%", height: "auto"}} />
693693
694694
---
695695
14.8 KB
Loading
2.38 KB
Loading
2.01 KB
Loading
2.27 KB
Loading
2.74 KB
Loading
4.57 KB
Loading
1.6 KB
Loading
2.23 KB
Loading
2.32 KB
Loading

0 commit comments

Comments
 (0)