wiremod / wire-fpga

An addon for Garry's Mod that adds a programmable chip, that can be programmed using flow-based programming.
Apache License 2.0
15 stars 1 forks source link

Allow multiple inputs with the same name #11

Open llysdal opened 3 years ago

llysdal commented 3 years ago

It makes enough sense logically that it should be a feature - two inputs with the same name should just update based on the same input.

This would make some chip designs a little less cluttered, if one input is used everywhere.