evangipson / terminal-os

A terminal-based game using Godot and C#
1 stars 0 forks source link

Add "rainbow" color #15

Open evangipson opened 3 weeks ago

evangipson commented 3 weeks ago

I'm not sure if it should constantly be shifting each letter through ROYGBIV (independently or separately)... or more apply color to each letter so that they are always in ROYGBIV order.

evangipson commented 2 weeks ago

This is probably going to involve creating RichTextLabel for output instead of Label... which might be a whole thing...