Add DrawEllipseV and DrawEllipseLinesV
This commit is contained in:
parent
913c236487
commit
6d5aedbd38
3 changed files with 21 additions and 5 deletions
|
@ -52,6 +52,8 @@ int main(void)
|
|||
DrawCircle(screenWidth/5, 120, 35, DARKBLUE);
|
||||
DrawCircleGradient(screenWidth/5, 220, 60, GREEN, SKYBLUE);
|
||||
DrawCircleLines(screenWidth/5, 340, 80, DARKBLUE);
|
||||
DrawEllipse(screenWidth/5, 120, 25, 20, YELLOW);
|
||||
DrawEllipseLines(screenWidth/5, 120, 30, 25, YELLOW);
|
||||
|
||||
// Rectangle shapes and lines
|
||||
DrawRectangle(screenWidth/4*2 - 60, 100, 120, 60, RED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue