Skip to content

Commit

Permalink
corrected some typo and completed the flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Aug 10, 2012
1 parent fb8e9be commit b18f67a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/core.js
Expand Up @@ -209,8 +209,11 @@ var me = me || {};

/**
* Specify the rendering method for layers <br>
* if false, visbile part of the layers are rendered dynamically<br>
* if true, the entire layers are rendered into a cached canvas<br>
* if false, visible part of the layers are rendered dynamically (default)<br>
* if true, the entire layers are first rendered into an offscreen canvas<br>
* the "best" rendering method depends of your game<br>
* (amount of layer, layer size, amount of tiles per layer, etc…)<br>
* note : rendering method is also configurable per layer by adding this property to your layer (in Tiled)<br>
* @type {Boolean}
* @memberOf me.sys
*/
Expand Down

0 comments on commit b18f67a

Please sign in to comment.