Add enhancement to support scroll wheel for inventory

This commit is contained in:
Parker Hawke
2023-07-31 10:20:16 -04:00
parent cb085a8956
commit 444bc4ae2e
3 changed files with 36 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#define ENH_HIGHLIGHT_BY_HOVER // Highlight buttons by hovering them instead of the usual way.
#define ENH_ALLOW_SAND_GRAVITY // Allow sand to fall.
#define ENH_USE_GUI_SCALE_2 // Use a 2x GUI scale instead of 3x. Looks better on PC
#define ENH_ALLOW_SCROLL_WHEEL // Allow use of the scroll wheel to change selected inventory slots
// Mods
//#define MOD_USE_FLAT_WORLD // Use a flat world instead of the regular world generation