このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Updated easings examples
pull/2622/head
Ray
3年前
親
d791c1cf64
コミット
b79df1c329
4個のファイルの変更
、
5行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存