This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Corrected path slash separator
pull/207/head
Ray
8 年之前
父節點
f5d792e551
當前提交
ab9f5d5780
共有
5 個文件被更改
,包括
5 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/physics_demo.c
+1
-1
examples/physics_friction.c
+1
-1
examples/physics_movement.c
+1
-1
examples/physics_restitution.c
+1
-1
examples/physics_shatter.c
+ 1
- 1
examples/physics_demo.c
查看文件
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
+ 1
- 1
examples/physics_friction.c
查看文件
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
+ 1
- 1
examples/physics_movement.c
查看文件
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
#
define VELOCITY 0.5f
+ 1
- 1
examples/physics_restitution.c
查看文件
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
+ 1
- 1
examples/physics_shatter.c
查看文件
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
Write
Preview
Loading…
取消
儲存