本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
24
Wiki
活動
瀏覽代碼
Updated easings examples
pull/2622/head
Ray
2 年之前
父節點
d791c1cf64
當前提交
b79df1c329
共有
4 個檔案被更改
,包括
5 行新增
和
5 行删除
分割檢視
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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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…
取消
儲存