mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
Typo
This commit is contained in:
parent
68ef6f8630
commit
9fb1a72b70
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ var GetTilesWithin = require('./GetTilesWithin');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the
|
* Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the
|
||||||
* specified layer. Each tile will recieve a new index. New indexes are drawn from the given
|
* specified layer. Each tile will receive a new index. New indexes are drawn from the given
|
||||||
* weightedIndexes array. An example weighted array:
|
* weightedIndexes array. An example weighted array:
|
||||||
*
|
*
|
||||||
* [
|
* [
|
||||||
|
|
Loading…
Reference in a new issue