Closed cooltexture1 closed 1 year ago
Thanks I'll look into at least documenting why the linux build is failing tomorrow.
oh yea, the build seems to fail because of a trailing whitespace on a line that cargo fmt --check
is not happy about. ill fix it
i think github automatically squashes all commits into one if it is merged, but if it doesnt this should probably be squashed into a single commit
Thanks for your amazing work!
I saw that the src/screen/settings.rs file contained a few TODOs for sliders in the menu system. So i created a slider ui element. I also created a setting for the mouse sensitivity and implemented a slider for it in the Controls tab of the menu. It is working but can probably be improved alot, like updating the slider position every tick to make it slide smoothly. Most of the boilerplate code for the Menu itself or the button is just copied over from the existing buttons and menus.