Library: DF Module Buttons v1.4.1
flamewave000
released this
23 Nov 15:16
·
4 commits
to master
since this release
- UPDATE #391: You can now declare your button/group as being displayable when there is no canvas. Just add the
"noCanvas": true
to your Tool and ToolGroup declarations. - FIX: The buttons will now automatically refresh when ever the sacene layer changes. This way modules that are trying to display buttons for only certain layers will not need to manually tell the buttons to refresh.
- NEW: I've added a new Hook for more easily refreshing the Module Buttons UI called
refreshModuleButtons
.