update models box collisions (#4224)

This commit is contained in:
Anthony Carbajal 2024-08-09 02:12:26 -05:00 committed by GitHub
parent 243801c2d1
commit 85c6489d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);