Browse Source

docs: document the flips for text embeds

dev
Andy Meneely 10 years ago
parent
commit
080bd7e934
  1. 20
      docs/dsl/text.rst

20
docs/dsl/text.rst

@ -192,6 +192,16 @@ dy
"delta y", or adjust the icon vertically by y pixels
flip_horiztonal
default: ``false``
Flip this image about its center horizontally (i.e. left becomes right and vice versa).
flip_vertical
default: ``false``
Flip this image about its center verticall (i.e. top becomes bottom and vice versa).
alpha
default: ``1.0``
@ -242,6 +252,16 @@ dy
"delta y", or adjust the icon vertically by y pixels
flip_horiztonal
default: ``false``
Flip this image about its center horizontally (i.e. left becomes right and vice versa).
flip_vertical
default: ``false``
Flip this image about its center verticall (i.e. top becomes bottom and vice versa).
alpha
default: ``1.0``

Loading…
Cancel
Save