Author Topic: Color and Font?  (Read 813 times)

I need help on when you click on a brick it shows a text but in color and font

Code: [Select]
<color:[hex]>
<font:[font]:[size]>

To clarify. This part of Blockland uses hexadecimal colors. It goes Red Red Green Green Blue Blue. With FF being the highest and 00 being the lowest.

So <color:ff0000> would be pure red.
<color:00ff00> would be pure green.
<color:0000ff> would be pure blue.
<color:000000> is black.
<color:ffffff> is white.
<color:ffff00> is yellow.
<color:00ffff> is cyan.
<color:ff00ff> is pink.
etc.

If you need help finding a certain color, I can probably get it for you, since I richard around with color fonts a lot.

naw

all you need to find tons of font colors is this image

I use Script_GetHex to get the hex code for my currently selected paint can color (from whatever colorset I'm using).

Speaking of this it would be handy if someone could make a cheat-sheet of all the formatting you can do with client text. I don't even know where you find the code yourself.

Speaking of this it would be handy if someone could make a cheat-sheet of all the formatting you can do with client text. I don't even know where you find the code yourself.

http://gist.io/8103673

Speaking of this it would be handy if someone could make a cheat-sheet of all the formatting you can do with client text. I don't even know where you find the code yourself.
http://forum.blockland.us/index.php?topic=211958.0