Skip to content

Commit

Permalink
e5/fixing . : switching colors green&gold
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Feb 8, 2024
1 parent f99d592 commit d6d7c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/p5components/Rotate_oop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const Rotate_oop = () => {

p5.createCanvas(800, 800).parent(canvasParentRef)

const Bright_gold = p5.color("rgb(250,215,0,100)")
const Bright_green = p5.color("hex('#AAFF00')")
const Bright_gold = p5.color(250,215,0,100)
const Bright_green = p5.color('#AAFF00')
const Colors = [
Bright_gold,
Bright_green
Expand Down

0 comments on commit d6d7c8e

Please sign in to comment.