mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-18 13:41:26 +01:00
update models box collisions (#4224)
This commit is contained in:
@ -109,7 +109,7 @@ int main(void)
|
|||||||
|
|
||||||
EndMode3D();
|
EndMode3D();
|
||||||
|
|
||||||
DrawText("Move player with cursors to collide", 220, 40, 20, GRAY);
|
DrawText("Move player with arrow keys to collide", 220, 40, 20, GRAY);
|
||||||
|
|
||||||
DrawFPS(10, 10);
|
DrawFPS(10, 10);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user