Update RenderTextureConfig.js

This commit is contained in:
Richard Davey 2019-04-08 12:44:30 +01:00
parent f420bc8832
commit 55959500d2

View file

@ -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.
*/