Skip to content

Commit 96b4a80

Browse files
committed
formatting tiny juliens
1 parent d4c3bb8 commit 96b4a80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tags:
4141

4242
Hi, my name is ✨Julien✨, and I’m the new Senior Curriculum Developer here at Codédex! I love zines, games, indie comics, park hangs, and experimental baking (holiday cookie box loading…). I’m based in Brooklyn, and am originally from Los Angeles! I’ve always made art, and didn’t consider myself a technical person until my coding journey unexpectedly began about a decade ago.
4343

44-
<div style={{ display: "flex", gap: "1rem" }}>
44+
<div style={{display: "flex", justify: "center"}}>
4545
<RoundedImage
4646
link="https://i.imgur.com/a0I87n4.png"
4747
description=""
@@ -60,7 +60,7 @@ Hi, my name is ✨Julien✨, and I’m the new Senior Curriculum Developer here
6060
<RoundedImage
6161
link="https://i.imgur.com/wkYjjo9.png"
6262
description=""
63-
/>
63+
/>
6464
</div>
6565
choose your fighter 👾
6666

@@ -168,7 +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" }}>
171+
{/* <div style={{ display: "flex", gap: "1rem" }}> */}
172172
<RoundedImage
173173
link="https://i.imgur.com/gMAkmjC.jpeg"
174174
description=""
@@ -178,7 +178,7 @@ To add images for the players, you’ll need to draw or find transparent PNGs. S
178178
link="https://i.imgur.com/a0I87n4.png"
179179
description=""
180180
/>
181-
</div>
181+
{/* </div> */}
182182

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

0 commit comments

Comments
 (0)