Updated easings examples
This commit is contained in:
parent
d791c1cf64
commit
b79df1c329
|
|
@ -13,9 +13,9 @@
|
||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#include <raylib.h>
|
#include "raylib.h"
|
||||||
|
|
||||||
#include "easings.h"
|
#include "reasings.h" // Required for easing functions
|
||||||
|
|
||||||
#define FONT_SIZE 20
|
#define FONT_SIZE 20
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
|
|
||||||
#include "easings.h" // Required for easing functions
|
#include "reasings.h" // Required for easing functions
|
||||||
|
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
// Program main entry point
|
// Program main entry point
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
|
|
||||||
#include "easings.h" // Required for easing functions
|
#include "reasings.h" // Required for easing functions
|
||||||
|
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
// Program main entry point
|
// Program main entry point
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
|
|
||||||
#include "easings.h" // Required for easing functions
|
#include "reasings.h" // Required for easing functions
|
||||||
|
|
||||||
#define RECS_WIDTH 50
|
#define RECS_WIDTH 50
|
||||||
#define RECS_HEIGHT 50
|
#define RECS_HEIGHT 50
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user