X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=sdlgit%2FSDL-Site.git;a=blobdiff_plain;f=pages%2FSDL-Tutorial-LunarLander.html-inc;h=c0cbd5f0d440343130676034679d1f446ed72d04;hp=94199f492427f962000464a0bd3085b052cd5d8f;hb=ca0a3441dd72000cbbbb4be484b18d0d305fdb29;hpb=05c66c332a6f0a0e519f8855419848dcab1aee62 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,