GuiGetIcons fix and added GuiSetIcons.

This commit is contained in:
jussi
2024-07-02 14:59:38 +03:00
parent e45564ea3f
commit fd18b5526e
7 changed files with 67 additions and 12 deletions

View File

@@ -58,6 +58,8 @@ DETAILED CHANGES:
- REMOVED: DrawTextBoxedTinted. DrawTextBoxedEx can do same much more efficiently.
- ADDED: DrawTextBoxedEx.
- CHANGE: Naming of gui functions set2Top and set2Back to setToTop and setToBack.
- FIXED: GuiGetIcons was returning just first int. Now returns a Buffer.
- ADDED: GuiSetIcons.
------------------------------------------------------------------------
Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0