fixed linkresolver
[sdlgit/SDL-Site.git] / pages / SDLx-Sprite.html-inc
index 9f50564..8c7bee8 100644 (file)
@@ -185,18 +185,18 @@ be used together with 'rect' (see above).</p>
        </dd>
        <dt>* draw_xy =&gt; $surface, $x, $y</dt>
        <dd>
-               <p>A shortcut to draw at coordinates quickly. Calles x() , y() and draw()</p>
+               <p>A shortcut to draw at coordinates quickly. Calls x() , y() and draw()</p>
        </dd>
        <dt>* rotation =&gt; $degrees, [$smooth]</dt>
        <dd>
                <p>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 <a href="http://search.cpan.org/perldoc?Alien::SDL">Alien::SDL</a> for details).</p>
-               <p>if $smooth is set the spirte is antialiased. This may mess with your alpha_key.</p>
+               <p>if $smooth is set the sprite is antialiased. This may mess with your alpha_key.</p>
        </dd>
        <dt>* alpha_key =&gt; SDL::Color</dt>
        <dd>
-               <p>MUST CALL <a href="/SDL-Video.html#get_video_mode">SDL::Video::get_video_mode</a> prior to this. </p>
+               <p>MUST CALL <a href="SDL-Video::get_video_mode.html">SDL::Video::get_video_mode</a> prior to this. </p>
                <p>Uses the provided <a href="SDL-Color.html">SDL::Color</a> object (or an array reference with red,
 green and blue values) as the color to be turned into transparent
 (see 'alpha' below).</p>
@@ -233,7 +233,7 @@ details).</p>
 <p>If you pass a SDL::Surface to it, it will overwrite the original surface
 with it, while returning the <strong>old</strong> (previous) surface. Note that, as such,
 it will return <code>undef</code> if you use it without having previously loaded
-either an image or a previous surface. It will croak if you pass anything
+either an image or a previous surface. It will Carp::confess if you pass anything
 that's not an SDL::Surface object (or SDL::Surface subclassed objects).</p>
 
 </div>
@@ -329,9 +329,7 @@ destination rect (position) from rect().</p>
 </div>
 <h1 id="AUTHORS">AUTHORS</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="AUTHORS_CONTENT">
-<p>Dustin Mays, <code>&lt;dork.fish.wat@gmail.com&gt;</code></p>
-<p>Breno G. de Oliveira, <code>&lt;garu at cpan.org&gt;</code></p>
-<p>Kartik thakore <code>&lt;kthakore at cpan.org&gt;</code></p>
+<p>See <b>AUTHORS</b> in <cite>SDL</cite>.</p>
 
 </div>
 <h1 id="SEE_ALSO">SEE ALSO</h1><p><a href="#TOP" class="toplink">Top</a></p>