We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fc836 commit 91c91eeCopy full SHA for 91c91ee
flixel/FlxSprite.hx
@@ -267,7 +267,7 @@ class FlxSprite extends FlxObject
267
public var color(default, set):FlxColor = FlxColor.WHITE;
268
269
/**
270
- * The color effects of this sprite, changes to `color` or `alplha` will be reflected here
+ * The color effects of this sprite, changes to `color` or `alpha` will be reflected here
271
*/
272
public var colorTransform(default, null) = new ColorTransform();
273
0 commit comments