Initial update to raylib 2.5
- Still a work in progress
This commit is contained in:
parent
b59cbaff6d
commit
847ac51790
6 changed files with 3153 additions and 2850 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/* Raylib-cs
|
||||
* Easings.cs - Useful easing functions for values animation
|
||||
* Copyright 2019 Chris Dill
|
||||
*
|
||||
* Release under zLib License.
|
||||
* See LICENSE for details.
|
||||
*/
|
||||
/* Easings.cs
|
||||
*
|
||||
* Copyright 2019 Chris Dill
|
||||
*
|
||||
* Release under zLib License.
|
||||
* See LICENSE for details.
|
||||
*/
|
||||
|
||||
using System;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue