Process renamed to update to be more inline with naming of raylib and common convention.

This commit is contained in:
jussi
2024-02-18 15:26:21 +02:00
parent 9de10be468
commit 9b27daefc2
35 changed files with 99 additions and 98 deletions

View File

@@ -20,7 +20,7 @@ Backlog {
* Examples
* Improve Dungeon crawler example by generating custom mesh instead of drawing 3D quads.
* Platformer example physics process for true framerate independence.
* Platformer example physics update for true framerate independence.
* Android support
* Git submodules for raylib and lua. Should maybe find windows compatible lua repo for this.
}