Skip to content

Commit

Permalink
Click to fart
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Aug 24, 2021
1 parent ac31984 commit c9cfa05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/progressed/content/SettingAdder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import arc.scene.*;
import arc.scene.ui.layout.*;
import mindustry.gen.*;
import mindustry.ui.*;
import mindustry.ui.dialogs.*;
import mindustry.ui.dialogs.SettingsMenuDialog.*;
Expand All @@ -21,7 +22,7 @@ public void init(){
progm.sliderPref("pm-swordopacity", 100, 20, 100, 5, s -> s + "%");
progm.sliderPref("pm-strobespeed", 3, 1, 20, 1, s -> PMUtls.stringsFixed(s / 2f));
progm.checkPref("pm-tesla-range", true);
progm.checkPref("pm-farting", false);
progm.checkPref("pm-farting", false, b -> Sounds.wind3.play());

dialog.cont.center().add(progm);

Expand Down

0 comments on commit c9cfa05

Please sign in to comment.