Dom-c-d

Results 6 comments of Dom-c-d

there is a basic duplication, highlight the chips you want and press Shift+D

I have actually been tinkering with adding more colors, adding more default options would be simple but adding a custom input need some more work

> > I have actually been tinkering with adding more colors, adding more default options would be simple but adding a custom input need some more work > > You...

> Would it be possible to have both HEX and the current default options implemented? I.e. the wire has 2 values: `color` and `hexColor`. The `color` remains as it is...

> The reason I said 2 values is so that presently applied colors will not be reset to some default. Because it'd be a PITA to change every wire to...

Colours are currently handled as a single int within the Pins instance, and then that int is used as an index to colour values hardcoded, and the right click menu...