clamps colour offsets to +-50%, rather than -50% to +100%
This commit is contained in:
parent
0ee2a80715
commit
59f7e9a8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pub const HP_BAR_LAYER: usize = 4;
|
|||
|
||||
pub const BRIGHTEN_FG_COLOUR_BY: i32 = 16;
|
||||
pub const GLOBAL_OFFSET_MIN_CLAMP: f32 = -0.5;
|
||||
pub const GLOBAL_OFFSET_MAX_CLAMP: f32 = 1.0;
|
||||
pub const GLOBAL_OFFSET_MAX_CLAMP: f32 = 0.5;
|
||||
pub const SPRITE_OFFSET_MIN_CLAMP: f32 = 0.85;
|
||||
pub const SPRITE_OFFSET_MAX_CLAMP: f32 = 1.0;
|
||||
pub const WITH_SCANLINES_BRIGHTEN_AMOUNT: f32 = 0.1; // 0.0 = no brightening, 1.0 = full brightening.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue