update
[sdlgit/SDL-Site.git] / pages / SDL-Tutorial-LunarLander.html-inc
index c0cbd5f..182132c 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,
     );