Owen W. Taylor 6719c00f8a When centering, round to integer positions
Positioning actors at non-integer positions produces bad looking
text. Therefore, do centering as x + round((a-b)/2) rather than
x + (a-b)/2. (This does mean that centering will be less accurate
if an actor is scaled up by a lot, but it's pretty reasonable
to assume that scaling only occurs during an effect and static
displays are unscaled.)
2009-02-23 14:02:16 -05:00
2009-02-09 13:04:31 -05:00
2008-10-31 04:22:44 +00:00
2008-10-31 04:22:44 +00:00
2009-02-04 18:45:38 +00:00
2008-10-31 04:22:44 +00:00
2008-10-31 04:22:44 +00:00
2008-10-31 04:22:44 +00:00

The file is empty.
Description
Languages
C 49.2%
JavaScript 47.4%
SCSS 1.4%
Meson 0.8%
Python 0.6%
Other 0.4%