Updated
[sdlgit/SDL-Site.git] / pages / SDL-Tutorial-LunarLander.html-inc
index c0cbd5f..5904c46 100644 (file)
@@ -321,10 +321,10 @@ this tutorial; Save these images in a subdirectory called "images":
 
 
     my $app = SDLx::App->new(
-        -title  => "Lunar Lander",
-        -width  => 800,
-        -height => 600,
-        -depth  => 32,
+        title  => "Lunar Lander",
+        width  => 800,
+        height => 600,
+        depth  => 32,
     );
 
 
@@ -432,6 +432,7 @@ of the moon.</p>
 <h1 id="COPYRIGHT_amp_LICENSE">COPYRIGHT &amp; LICENSE</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="COPYRIGHT_amp_LICENSE_CONTENT">
 <p>Copyright 2009 Nelson Ferraz, all rights reserved.</p>
+<p>Updated and maintained by the SDL Perl project. See <b>AUTHORS</b> in <cite>SDL</cite>.</p>
 <p>This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.</p>