mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-26 20:51:38 +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.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