Skip to content

Commit d4c3bb8

Browse files
committed
styled bg and bg removed photos
1 parent a531046 commit d4c3bb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/build-a-conversational-game-in-p5js/build-a-conversational-game-in-p5js.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function setup(){
168168

169169
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.
170170

171+
<div style={{ display: "flex", gap: "1rem" }}>
171172
<RoundedImage
172173
link="https://i.imgur.com/gMAkmjC.jpeg"
173174
description=""
@@ -177,6 +178,7 @@ To add images for the players, you’ll need to draw or find transparent PNGs. S
177178
link="https://i.imgur.com/a0I87n4.png"
178179
description=""
179180
/>
181+
</div>
180182

181183
I uploaded the photos to Imgur, and added them to the preload function where my soundtrack lives.
182184

0 commit comments

Comments
 (0)