mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Update RenderTextureConfig.js
This commit is contained in:
parent
f420bc8832
commit
55959500d2
1 changed files with 2 additions and 0 deletions
|
@ -6,4 +6,6 @@
|
|||
* @property {number} [y=0] - The y coordinate of the RenderTextures position.
|
||||
* @property {number} [width=32] - The width of the RenderTexture.
|
||||
* @property {number} [height=32] - The height of the RenderTexture.
|
||||
* @property {string} [key] - The texture key to make the RenderTexture from.
|
||||
* @property {string} [frame] - the frame to make the RenderTexture from.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue