X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDLx-Sprite.html-inc;fp=pages%2FSDLx-Sprite.html-inc;h=6751c8b5995a7af96c11109c97f83a46b40f63c4;hb=c7e8d3c612049580c9a96b3006c4c89a00410643;hp=9f50564f89ff63e18092845955af70c5ec8c0d28;hpb=285d0cd289790209bcd9d141d63fd6fce74a2ee4;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDLx-Sprite.html-inc b/pages/SDLx-Sprite.html-inc index 9f50564..6751c8b 100644 --- a/pages/SDLx-Sprite.html-inc +++ b/pages/SDLx-Sprite.html-inc @@ -185,14 +185,14 @@ be used together with 'rect' (see above).

* draw_xy => $surface, $x, $y
-

A shortcut to draw at coordinates quickly. Calles x() , y() and draw()

+

A shortcut to draw at coordinates quickly. Calls x() , y() and draw()

* rotation => $degrees, [$smooth]

Uses $degrees as the angle to rotate the surface to, in degrees (0..360, remember? :). This option is only available if your compiled SDL library has support for GFX (see Alien::SDL for details).

-

if $smooth is set the spirte is antialiased. This may mess with your alpha_key.

+

if $smooth is set the sprite is antialiased. This may mess with your alpha_key.

* alpha_key => SDL::Color
@@ -329,9 +329,7 @@ destination rect (position) from rect().

AUTHORS

Top

-

Dustin Mays, <dork.fish.wat@gmail.com>

-

Breno G. de Oliveira, <garu at cpan.org>

-

Kartik thakore <kthakore at cpan.org>

+

See AUTHORS in SDL.

SEE ALSO

Top