jeaye / q3

A Quake 3 like game with voxelized, destructible maps; written in Rust
BSD 3-Clause "New" or "Revised" License
500 stars 25 forks source link

Text formatting #37

Closed jeaye closed 11 years ago

jeaye commented 11 years ago

Quake 3 has a markup that can be used to color text in a similar fashion to tput setaf 2. We'll need something similar for the text in Q^3; I don't care about bolding, underlining, etc. Just color.

jeaye commented 11 years ago

See documentation here: https://github.com/Jeaye/q3/wiki/Text-Coloring