Fixed additional pinvokes to match with the new raylib bindings. [Warning breaking changes!]
This commit is contained in:
parent
ce3a7da69b
commit
62988c4ff1
7 changed files with 52 additions and 26 deletions
|
|
@ -60,7 +60,7 @@ public class ShapesTextures
|
|||
DrawText("USING DEFAULT SHADER", 20, 40, 10, Color.Red);
|
||||
|
||||
DrawCircle(80, 120, 35, Color.DarkBlue);
|
||||
DrawCircleGradient(80, 220, 60, Color.Green, Color.SkyBlue);
|
||||
DrawCircleGradient(new Vector2(80, 220), 60, Color.Green, Color.SkyBlue);
|
||||
DrawCircleLines(80, 340, 80, Color.DarkBlue);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue