瀏覽代碼

Update ROADMAP.md

Ray 11 年之前
父節點
當前提交
4d451f5ea1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ROADMAP.md

+ 1 - 1
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)