From f0eecd6f6f6477ac89d4f34afb7323df9d6e626a Mon Sep 17 00:00:00 2001 From: punto- Date: Sat, 19 Apr 2014 23:36:30 -0700 Subject: [PATCH] Updated Background loading (markdown) --- Background-loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Background-loading.md b/Background-loading.md index 337fae8..2db315d 100644 --- a/Background-loading.md +++ b/Background-loading.md @@ -4,7 +4,7 @@ When switching the main scene of your game (for example going to a new level), y ## ResourceLoaderInteractive -When ```ResourceLoaderInteractive``` class allows you to load a resource in stages. Every time the method ```poll``` is called, a new stage is loaded, and control is returned to the caller. Each stage is generally a sub-resource that is loaded by the main resource. For example, if you're loading a scene that loads 10 images, each image will be one stage. +The ```ResourceLoaderInteractive``` class allows you to load a resource in stages. Every time the method ```poll``` is called, a new stage is loaded, and control is returned to the caller. Each stage is generally a sub-resource that is loaded by the main resource. For example, if you're loading a scene that loads 10 images, each image will be one stage. ## Usage