mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
tr1/data: improve bubbles appearance
This commit is contained in:
parent
8cde0e45e2
commit
287fddea7e
6 changed files with 7 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
"injections": [
|
"injections": [
|
||||||
"data/injections/backpack.bin",
|
"data/injections/backpack.bin",
|
||||||
"data/injections/braid.bin",
|
"data/injections/braid.bin",
|
||||||
|
"data/injections/bubbles.bin",
|
||||||
"data/injections/lara_animations.bin",
|
"data/injections/lara_animations.bin",
|
||||||
"data/injections/purple_crystal.bin",
|
"data/injections/purple_crystal.bin",
|
||||||
"data/injections/uzi_sfx.bin",
|
"data/injections/uzi_sfx.bin",
|
||||||
|
@ -59,6 +60,7 @@
|
||||||
"injections": [
|
"injections": [
|
||||||
"data/injections/lara_gym_guns.bin",
|
"data/injections/lara_gym_guns.bin",
|
||||||
"data/injections/braid.bin",
|
"data/injections/braid.bin",
|
||||||
|
"data/injections/bubbles.bin",
|
||||||
"data/injections/gym_textures.bin",
|
"data/injections/gym_textures.bin",
|
||||||
"data/injections/lara_animations.bin",
|
"data/injections/lara_animations.bin",
|
||||||
"data/injections/uzi_sfx.bin",
|
"data/injections/uzi_sfx.bin",
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"injections": [
|
"injections": [
|
||||||
"data/injections/backpack.bin",
|
"data/injections/backpack.bin",
|
||||||
"data/injections/braid.bin",
|
"data/injections/braid.bin",
|
||||||
|
"data/injections/bubbles.bin",
|
||||||
"data/injections/lara_animations.bin",
|
"data/injections/lara_animations.bin",
|
||||||
"data/injections/lara_jumping.bin",
|
"data/injections/lara_jumping.bin",
|
||||||
"data/injections/uzi_sfx.bin",
|
"data/injections/uzi_sfx.bin",
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"injections": [
|
"injections": [
|
||||||
"data/injections/backpack.bin",
|
"data/injections/backpack.bin",
|
||||||
"data/injections/braid.bin",
|
"data/injections/braid.bin",
|
||||||
|
"data/injections/bubbles.bin",
|
||||||
"data/injections/lara_animations.bin",
|
"data/injections/lara_animations.bin",
|
||||||
"data/injections/lara_jumping.bin",
|
"data/injections/lara_jumping.bin",
|
||||||
"data/injections/uzi_sfx.bin",
|
"data/injections/uzi_sfx.bin",
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
"injections": [
|
"injections": [
|
||||||
"data/injections/backpack.bin",
|
"data/injections/backpack.bin",
|
||||||
"data/injections/braid.bin",
|
"data/injections/braid.bin",
|
||||||
|
"data/injections/bubbles.bin",
|
||||||
"data/injections/lara_animations.bin",
|
"data/injections/lara_animations.bin",
|
||||||
"data/injections/uzi_sfx.bin",
|
"data/injections/uzi_sfx.bin",
|
||||||
"data/injections/explosion.bin",
|
"data/injections/explosion.bin",
|
||||||
|
|
BIN
data/tr1/ship/data/injections/bubbles.bin
Normal file
BIN
data/tr1/ship/data/injections/bubbles.bin
Normal file
Binary file not shown.
|
@ -9,7 +9,8 @@
|
||||||
- fixed sprites rendering black if no shade value is assigned in the level (#2701, regression from 4.9)
|
- 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 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 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
|
- improved rendering performance
|
||||||
- removed the pretty pixels options (it's now always enabled, #2258)
|
- removed the pretty pixels options (it's now always enabled, #2258)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue