Mercurial > fife-parpg
changeset 213:b0c4e6e41659
- yet another fix for the "funny typo" - of course it should be RGBA, not RBGA ...
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 16 Mar 2009 15:54:14 +0000 |
parents | bbf17f8c221f |
children | a18f09b604f2 |
files | engine/extensions/pychan/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/engine/extensions/pychan/__init__.py Mon Mar 16 14:43:08 2009 +0000 +++ b/engine/extensions/pychan/__init__.py Mon Mar 16 15:54:14 2009 +0000 @@ -357,7 +357,7 @@ - position,size,min_size,max_size,margins - These are assumed to be comma separated tuples of integers. - foreground_color,base_color,background_color - These are assumed to be triples or quadruples of comma - separated integers. (triples: r,b,g; quadruples: r,b,g,a) + separated integers. (triples: r,g,b; quadruples: r,g,b,a) - opaque,border_size,padding - These are assumed to be simple integers. All other attributes are set verbatim as strings on the generated instance.