Skip to content

Commit

Permalink
Aberration is mispelled
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Aug 1, 2024
1 parent debe860 commit 5eabfc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ setting.du-flanger.description = Restart required to apply changes

setting.du-menu-background.name = Apply to Menu Background
setting.du-menu-background.description = Disable if conflicting with other mods\nRestart required to apply changes
setting.du-aberration.name = Chromatic Abberation
setting.du-aberration-speed.name = Abberation Speed
setting.du-aberration-amount.name = Abberation Amount
setting.du-aberration.name = Chromatic Aberration
setting.du-aberration-speed.name = Aberration Speed
setting.du-aberration-amount.name = Aberration Amount
setting.du-color.name = Shifting Colors Overlay
setting.du-color-speed.name = Shifting Colors Speed
setting.du-color-alpha.name = Shifting Colors Opacity
Expand Down
2 changes: 1 addition & 1 deletion src/drunkustry/graphics/DrunkShaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void applyOther(){
- Mathf.sin(sTime * 2.3f)
+ Mathf.sin(sTime * 0.2f)
+ Mathf.cos(sTime * 3f)
+ Mathf.sin(sTime * 1.2f);
- Mathf.sin(sTime * 1.2f);
amount *= settings.getFloat("du-aberration-rotation-speed") / 2f;
aberDir += amount * Time.delta;

Expand Down

0 comments on commit 5eabfc0

Please sign in to comment.