mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-25 01:12:53 +00:00
bruh lol
This commit is contained in:
parent
51349ed423
commit
d12b98e0f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue