This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Updated easings examples
pull/2622/head
Ray
2 years ago
parent
d791c1cf64
commit
b79df1c329
4 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/others/easings_testbed.c
+1
-1
examples/shapes/shapes_easings_ball_anim.c
+1
-1
examples/shapes/shapes_easings_box_anim.c
+1
-1
examples/shapes/shapes_easings_rectangle_array.c
+ 2
- 2
examples/others/easings_testbed.c
View File
@ -13,9 +13,9 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
include
&
lt;raylib.h>
;
#
include
&
#34;raylib.h"
;
#
include
"easings.h"
#
include
"
r
easings.h"
// Required for easing functions
#
define FONT_SIZE 20
+ 1
- 1
examples/shapes/shapes_easings_ball_anim.c
View File
@ -13,7 +13,7 @@
#
include
"raylib.h"
#
include
"easings.h" // Required for easing functions
#
include
"
r
easings.h" // Required for easing functions
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
/
/
Program
main
entry
point
+ 1
- 1
examples/shapes/shapes_easings_box_anim.c
View File
@ -13,7 +13,7 @@
#
include
"raylib.h"
#
include
"easings.h" // Required for easing functions
#
include
"
r
easings.h" // Required for easing functions
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
/
/
Program
main
entry
point
+ 1
- 1
examples/shapes/shapes_easings_rectangle_array.c
View File
@ -16,7 +16,7 @@
#
include
"raylib.h"
#
include
"easings.h" // Required for easing functions
#
include
"
r
easings.h" // Required for easing functions
#
define RECS_WIDTH 50
#
define RECS_HEIGHT 50
Write
Preview
Loading…
Cancel
Save