mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Sane default for audio.
This commit is contained in:
@@ -5,5 +5,5 @@ import java.util.Locale;
|
||||
public class Settings {
|
||||
public boolean fullScreen = false;
|
||||
public String locale = "en";
|
||||
public int volume = 100;
|
||||
public int volume = 15;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user