mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-04 01:34:19 +00:00 
			
		
		
		
	Updated easings examples
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user