mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
## About The Pull Request Adds a new component to circuitry that allows the designer to change the color of text outputted by the speech and BCI core components. Unlocked on the circuitry node. BCI Core and Speech components are given a new input: "Color" as a string. > Said string is checked against a global key:value pair list to verify that it is a valid span. This list is cherry picked and very easy to modify later on if anyone wishes to add more spans to the list later on. > Current colors: > Default, none > Green, common > Purple, science > Yellow, command > Red, sec > Blue, medical > Orange, engineering > Brown, cargo > Maroon, syndicate > Pink, ai ## Why It's Good For The Game This was made on request of a few people who do circuitry alot and tend to have the same feedback; "You hear a robotic voice..." message being easily missed and wanted to add some color to it, rather than hardcoding the color I added a new component so that people would have the freedom to change their text based off of circuits and other logic in their creations. ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> BCI Brain Computer example with dropdown:  Colors:          </details> ## Changelog 🆑 add: Added a new circuit: Color component /🆑