Dedicated Module view
When having many, larger Module
s the mixed Structure
+ Module
view became hard to navigate.
I therefore split this up into two, dedicated views.
Module
s are also only rendered one per line now, which also makes it easier to parse.
Unmodularize
It’s now possible to ‘unmodularize’ Module
s after placing them. This removes the Module
and places its Structure
s accordingly. Un-doing the ‘modularize’ action.
This is super useful for editing or expanding Modules
, since existing ones can now be easily modified this way.
Visual indicator for Arm’s direction
Depending on whether Arm
s currently hold something, their resting position is either in the ‘from’ or ‘to’ position.
This made it sometimes hard to tell whether they were oriented correctly.
I added a slight visual highlight at the ‘to’ end, to make it more obvious if they’re oriented incorrectly.
Hotbar hover indicator
Hotbar buttons were already highlighted if active. I extended this to another color if hovered and yet another one for the active+hovered state.