Custom Toolbar Module

I’ve seen that on small mobile screens, only 3 tools are displayed in the toolbar. The game I’m currently working on will require max 5 tools in the toolbar at all times, which is why I decided to make my own simple toolbar. I’ve seen a lot of people struggling and using outdated CoreGUI open-source code, so feel free to use my module instead.

Cons:

  • No inventory; only use if the player will never have more than 10 tools at a time
  • On very small screens (e.g. Iphone 4S), the toolbar might be too small at the moment

Pros:

  • Clean, customizable toolbar (just change Toolbar>Grid>templateButton)
  • Supports console (switching using L1/R1)
  • Shows full toolbar on mobile

I will continue to improve the tool if it becomes widely used and will deal with the cons. While I have not found any bugs as of now, please report any you might find.

1 Like