16 lines
692 B
Plaintext
16 lines
692 B
Plaintext
------------------------------------------------------------------------
|
|
Release: ReiLua version 0.4.0 Using Raylib 4.2
|
|
------------------------------------------------------------------------
|
|
KEY CHANGES:
|
|
- ADDED: This changelog.
|
|
- ADDED: Lua interpreter mode.
|
|
- ADDED: Easings extra module.
|
|
- ADDED: exit function.
|
|
- FIX: uluaGetNPatchInfo fix for RL_DrawTextureNPatch. Guess this was never tested and did not work at all >:E.
|
|
|
|
Detailed changes:
|
|
ADDED: Help argument.
|
|
CHANGED: Changed fuction name RL_rlSetLineWidth to RL_rlglSetLineWidth.
|
|
CHANGED: Changed fuction name RL_rlGetLineWidth to RL_rlglGetLineWidth.
|
|
FIX: DrawRectangleGradient V and H expecting wrong amount of arguments.
|