Skip to content

Commit

Permalink
背景を黒にする
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu09 committed Dec 10, 2023
1 parent c8ee5a1 commit 95feb3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/tree.rb
Expand Up @@ -5,6 +5,7 @@ def setup
$colors = ["green", "mediumaquamarine", "lightgreen", "turquoise", "limegreen"]

createCanvas($xSlide * $split, $ySlide * $split)
background("black")
end

def draw
Expand Down

0 comments on commit 95feb3e

Please sign in to comment.