tr1/data: improve bubbles appearance
Some checks are pending
Run code linters / Run code linters (push) Waiting to run
Publish a pre-release / Build TR1 (push) Has been skipped
Publish a pre-release / Build TR2 (push) Has been skipped
Publish a pre-release / Create a prerelease (push) Has been skipped

This commit is contained in:
Marcin Kurczewski 2025-04-07 16:21:45 +02:00
parent 8cde0e45e2
commit 287fddea7e
6 changed files with 7 additions and 1 deletions

View file

@ -9,7 +9,8 @@
- fixed sprites rendering black if no shade value is assigned in the level (#2701, regression from 4.9)
- fixed being stuck on the Restart Level page if using save crystals and F5 is pressed when no saves are present (#2700, regression from 4.8.2)
- fixed being stuck on the Exit to Title page if using save crystals and a new save is made when there were previously none, and then F5 is pressed (#2700, regression from 4.9)
- fixed the sprite UVs to restore the right and bottom edge pixels (regression from 4.8)
- fixed the sprite UVs to restore the right and bottom edge pixels (#2672, regression from 4.8)
- improved bubble appearance (#2672)
- improved rendering performance
- removed the pretty pixels options (it's now always enabled, #2258)