bruh lmao

This commit is contained in:
RandomityGuy 2023-07-15 23:10:49 +05:30
parent 9e4ce7cd20
commit ba4fcf8390

View file

@ -127,7 +127,7 @@ class Settings {
marbleCategoryIndex: 0,
marbleSkin: "base",
marbleModel: "data/shapes/balls/marble01.dts",
marbleShader: "Default",
marbleShader: "ClassicGlassPureSphere",
cameraDistance: 2.5,
rewindEnabled: false,
rewindTimescale: 1.0,
@ -448,7 +448,7 @@ class Settings {
optionsSettings.marbleCategoryIndex = 0;
}
if (optionsSettings.marbleShader == null) {
optionsSettings.marbleShader = "Default";
optionsSettings.marbleShader = "ClassicGlassPureSphere";
}
if (controlsSettings.blast == null) {
controlsSettings.blast = Key.E;