Update Changes.txt

This commit is contained in:
Jakub 2023-12-04 10:48:31 +00:00 committed by GitHub
parent 528b92c0d3
commit fb74011e69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,10 @@ Version 1.3
* Allow Lara to pull certain levers with both hands whilst holding a flare.
* Port twin auto gun from TR3.
* Accurately rotate display sprites around their pivot.
* Slightly revise keyhole OCB to account for either keeping or losing the key:
- Positive OCB - play anim number and keep key in inventory.
- Negative OCB - play anim number and loose key in inventory.
- OCB 0 - play default animation and loose the key in inventory
Lua API changes:
* Add Lara:GetInteractedMoveable() which returns currently interacted moveable by Lara.