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 c71b8e0 commit 39c7174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions programs/tree.rb
@@ -1,7 +1,7 @@
def setup
$xSlide = 80
$ySlide = 80
$split = 9
$xSlide = 10
$ySlide = 10
$split = 60

createCanvas($xSlide * $split, $ySlide * $split)
end
Expand Down

0 comments on commit 39c7174

Please sign in to comment.