From 4d451f5ea104bc5c29be85598cf5f82cf773bade Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 30 Nov 2013 11:13:31 +0100 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 7d4280815..cb0e03043 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -11,7 +11,7 @@ raylib v1.x - Review Billboard Drawing functions - Review Heightmap Loading and Drawing functions - Lighting support (only 3d mode) - CreateLight() - - Simple Collision Detection functions - CheckCollisionRects(), CheckCollisionCircles() + - [DONE] Simple Collision Detection functions - Default scene Camera controls (zoom, pan, rotate) - Basic Procedural Texture / Image generation (Gradient, Checked, Spot, Noise, Cellular) - Software mipmapping generation and POT conversion (custom implementation)