mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
bruh lol
This commit is contained in:
parent
202ddbda28
commit
a1c9a268c1
1 changed files with 1 additions and 0 deletions
|
|
@ -285,6 +285,7 @@ class MarblePickerGui extends GuiImage {
|
||||||
mbOpt.alwaysActive = true;
|
mbOpt.alwaysActive = true;
|
||||||
mbOpt.position = new Vector(380, yPos);
|
mbOpt.position = new Vector(380, yPos);
|
||||||
mbOpt.extent = new Vector(815, 94);
|
mbOpt.extent = new Vector(815, 94);
|
||||||
|
mbOpt.setCurrentOption(Settings.optionsSettings.marbleIndex);
|
||||||
mbOpt.onChangeFunc = (idx) -> {
|
mbOpt.onChangeFunc = (idx) -> {
|
||||||
var selectedMarble = marbleData[idx];
|
var selectedMarble = marbleData[idx];
|
||||||
Settings.optionsSettings.marbleIndex = idx;
|
Settings.optionsSettings.marbleIndex = idx;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue