mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-24 08:52:43 +00:00
bruh lmao
This commit is contained in:
parent
9e4ce7cd20
commit
ba4fcf8390
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue