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 6b83c3a commit c71b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def draw
fill("green")

# スタートの座標位置
xIndex = 4.5
xIndex = $split / 2
yIndex = 0

for yIndex in 0..$split
Expand Down

0 comments on commit c71b8e0

Please sign in to comment.