Changed easings to a direct port
- Trying direct ports of modules starting with easings. - Readme fix and removed old rlgl. - Improving documentation.
This commit is contained in:
parent
3ea05ab540
commit
8623bf874e
6 changed files with 255 additions and 86 deletions
|
|
@ -22,7 +22,7 @@ static class Program
|
|||
|
||||
while (!rl.WindowShouldClose())
|
||||
{
|
||||
rl.BeginDraw();
|
||||
rl.BeginDrawing();
|
||||
|
||||
rl.ClearBackground(Color.WHITE);
|
||||
rl.DrawText("Hello, world!", 12, 12, 20, Color.BLACK);
|
||||
|
|
|
|||
Loading…
Reference in a new issue