Skip to content

Commit

Permalink
default example
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed May 1, 2024
1 parent 44e6ec9 commit 062997a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/circle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ function setup()
end

function draw()
background(0);
background(51);

fill('#333333');
circle(width/2, height/2, 32);
circle(200, 200, 32);
end

0 comments on commit 062997a

Please sign in to comment.