tr1/docs: fix object texture entry

This commit is contained in:
lahm86 2025-01-31 11:59:43 +00:00
parent ba2d5b2a00
commit 01ef336a1c

View file

@ -11,7 +11,7 @@
- added exit fade-out effects (#2348)
- added optional dynamic lighting for gun flashes and explosions, similar to TR2+ (#2357)
- ⚠️ changed the game data to use a separate strings file for text information, removing it from the game flow file
- changed the sprite texture limit from 2048 to unlimited (within game's overall memory cap)
- changed the object texture limit from 2048 to unlimited (within game's overall memory cap)
- changed the sprite texture limit from 512 to unlimited (within game's overall memory cap)
- changed demo to be interrupted only by esc or action keys
- changed the turbo cheat to also affect ingame timer (#2167)