From a9ce78128d919e9798d7d2ec043879a4c685a9d1 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 25 Apr 2023 18:19:14 +0300 Subject: Can now have multiple Music objects like other Raylib objects instead of just one. --- changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'changelog') diff --git a/changelog b/changelog index 2fd9f36..8048718 100644 --- a/changelog +++ b/changelog @@ -10,6 +10,7 @@ KEY CHANGES: Also using positive stack indexing. - ADDED: Camera3D Lua lib. - ADDED: Raygui wrapper lib. + - CHANGED: Can now have multiple Music objects like other Raylib objects instead of just one. Detailed changes: - FIXED: uluaGetRay was looking for integers instead of tables. @@ -53,6 +54,9 @@ Detailed changes: - ADDED: glBlitFramebuffer - ADDED: GuiGetFont - FIXED: GuiScrollPanel + - ADDED: UpdateMusicStream + - ADDED: SetMusicLooping + - ADDED: GetMusicLooping ------------------------------------------------------------------------ Release: ReiLua version 0.4.0 Using Raylib 4.2 -- cgit v1.2.3