diff options
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,7 @@ KEY CHANGES: - ADDED: Camera3D Lua lib. - ADDED: Raygui wrapper lib. - CHANGED: Can now have multiple Music objects like other Raylib objects instead of just one. + - CHANGED: Texture now can be either Texture or RenderTexture. No need to change texture source anymore. Detailed changes: - FIXED: uluaGetRay was looking for integers instead of tables. @@ -59,6 +60,10 @@ Detailed changes: - ADDED: GetMusicLooping - ADDED: DrawCapsule and DrawCapsuleWires - ADDED: Free Camera3D example + - REMOVED: SetTextureSource + - REMOVED: GetTextureSource + - REMOVED: UnloadRenderTexture + - ADDED: GetTextureType ------------------------------------------------------------------------ Release: ReiLua version 0.4.0 Using Raylib 4.2 |
