Skip to content

Commit 08bb18e

Browse files
committed
Renamed & Updated README.md
1 parent 1bcc706 commit 08bb18e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ A simple color saturation mod.
1010

1111
- Toggle on / off
1212
- Change saturation intensity
13+
14+
## Gallery
15+
16+
![settings-page.png](images/settings-page.png)

images/settings-page.png

286 KB
Loading

src/main/java/org/polyfrost/colorsaturation/config/SaturationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class SaturationConfig extends Config {
2929
public static boolean forceDisableFastRender = true;
3030

3131
@Slider(
32-
name = "Example Slider",
32+
name = "Saturation Slider",
3333
min = -1f, max = 5 // Minimum and maximum values for the slider.
3434
)
3535
public static float saturation = 1;

0 commit comments

Comments
 (0)