We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f246c27 + 314b088 commit 8a8e026Copy full SHA for 8a8e026
1 file changed
src/gameobjects/TileSprite.js
@@ -19,7 +19,7 @@
19
* An important note about texture dimensions:
20
*
21
* When running under Canvas a TileSprite can use any texture size without issue. When running under WebGL the texture should ideally be
22
-* a power of two in size (i.e. 4, 8, 16, 32, 64, 128, 256, 512, etch pixels width by height). If the texture isn't a power of two
+* a power of two in size (i.e. 4, 8, 16, 32, 64, 128, 256, 512, etc pixels width by height). If the texture isn't a power of two
23
* it will be rendered to a blank canvas that is the correct size, which means you may have 'blank' areas appearing to the right and
24
* bottom of your frame. To avoid this ensure your textures are perfect powers of two.
25
0 commit comments