LPGameDevs / EditarrrPublic

Public repo for level editor tools in Unity
MIT License
11 stars 2 forks source link

Lever channel shader (in-game) #194

Closed EndocrineMSc closed 1 year ago

EndocrineMSc commented 1 year ago

Added rotating outlines for the lever blocks, with changing color according to the assigned channel. This functionality also works for the levers, although the rotation was omitted for those as it looks better static due to the lever animations.

This only solves channel visual feedback for players during level play. The editor visualisation needs a different solution - maybe tile variants or a line renderer web of sorts.

Issue #153