Skip to content

Commit

Permalink
Update build-a-conversational-game-in-p5js.mdx
Browse files Browse the repository at this point in the history
fix link issue
  • Loading branch information
jules-kris committed Jan 6, 2025
1 parent c48cca7 commit 06fb288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function setup(){

🕺🏻**Step 2: Replace paddles with player images**

To add images for the players, you’ll need to draw or find transparent PNGs. Since I decided to have a conversation with my younger self this time, I found a recent photo of me posing in a way that’s similar to a photo of me posing as a kid. Then, I removed their backgrounds with [Adobe’s Free Image Background Remover] (https://www.adobe.com/express/feature/image/remove-background) and did some light editing in Adobe Express.
To add images for the players, you’ll need to draw or find transparent PNGs. Since I decided to have a conversation with my younger self this time, I found a recent photo of me posing in a way that’s similar to a photo of me posing as a kid. Then, I removed their backgrounds with [Adobe’s Free Image Background Remover](https://www.adobe.com/express/feature/image/remove-background) and did some light editing in Adobe Express.

<div
style={{
Expand Down

0 comments on commit 06fb288

Please sign in to comment.