Lars

Results 2 issues of Lars

This pull request adds the ability, to scroll to your hotbar instead of tediously clicking the corresponding number.

This is a quick and dirty feature to make the hotbar scrollable. Just add the following to `/src/ui/hotbar.c` this function right before the `hotbar_init` function ```c static void scrollCallback(GLFWwindow* window,...