X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Tutorial-LunarLander.html-inc;h=c0cbd5f0d440343130676034679d1f446ed72d04;hb=807ae0cdf3bf7e415bbb01449976c9ab91209cbb;hp=94199f492427f962000464a0bd3085b052cd5d8f;hpb=56d4907c407e8564b4a8a9d09e252573131fad3e;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Tutorial-LunarLander.html-inc b/pages/SDL-Tutorial-LunarLander.html-inc index 94199f4..c0cbd5f 100644 --- a/pages/SDL-Tutorial-LunarLander.html-inc +++ b/pages/SDL-Tutorial-LunarLander.html-inc @@ -301,7 +301,7 @@ this tutorial; Save these images in a subdirectory called "images": use SDL; #needed to get all constants use SDL::Video; - use SDL::App; + use SDLx::App; use SDL::Surface; use SDL::Rect; use SDL::Image; @@ -313,14 +313,14 @@ this tutorial; Save these images in a subdirectory called "images": -

Second step: initialize SDL::App:

+

Second step: initialize SDLx::App:

 
 
 
 
 
-    my $app = SDL::App->new(
+    my $app = SDLx::App->new(
         -title  => "Lunar Lander",
         -width  => 800,
         -height => 600,