This commit is contained in:
RandomityGuy 2023-06-28 01:13:46 +05:30
parent 51349ed423
commit d12b98e0f3

View file

@ -285,6 +285,7 @@ class MarblePickerGui extends GuiImage {
mbOpt.alwaysActive = true;
mbOpt.position = new Vector(380, yPos);
mbOpt.extent = new Vector(815, 94);
mbOpt.setCurrentOption(Settings.optionsSettings.marbleIndex);
mbOpt.onChangeFunc = (idx) -> {
var selectedMarble = marbleData[idx];
Settings.optionsSettings.marbleIndex = idx;