Update Changes.txt

This commit is contained in:
Lwmte 2023-09-20 08:10:39 +02:00
parent 484190cde4
commit 2a2545d863

View file

@ -28,6 +28,7 @@ Lua API changes:
* Add Flow::EnablePointFilter() function to disable bilinear filtering.
* Add Lara::GetAmmoType() function to read the ammo that Lara is using.
* Add Lara::GetControlLock() and Lara::SetControlLock() functions to handle controls locking.
* Add Logic.HandleEvent() function to call node events.
* Make Vec2 object float-based instead of integer-based.
* Add Vec2 arithmetic for division with a number and multiplication with another Vec2.
* Add log messages warnings to functions AddCallback and RemoveCallback.