You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gameobjects/components/Tint.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ var Tint = {
131
131
* @webglOnly
132
132
* @since 3.0.0
133
133
*
134
-
* @param {integer} [topLeft=0xffffff] - The tint being applied to the top-left of the Game Object. If not other values are given this value is applied evenly, tinting the whole Game Object.
134
+
* @param {integer} [topLeft=0xffffff] - The tint being applied to the top-left of the Game Object. If no other values are given this value is applied evenly, tinting the whole Game Object.
135
135
* @param {integer} [topRight] - The tint being applied to the top-right of the Game Object.
136
136
* @param {integer} [bottomLeft] - The tint being applied to the bottom-left of the Game Object.
137
137
* @param {integer} [bottomRight] - The tint being applied to the bottom-right of the Game Object.
0 commit comments