HaxeFlixel / flixel-docs

Documentation for HaxeFlixel
72 stars 135 forks source link

Tutorial Part 10 - UI and Combat drawRect does not exist #239

Closed NickersWeb closed 4 years ago

NickersWeb commented 4 years ago

FlxSprite does not contain drawRect. flixel version: 4.7.0

NickersWeb commented 4 years ago

I think my intellisense was just taking a crap on me. Potentially ignore.

Gama11 commented 4 years ago

It does indeed not contain that, it's a static extension from flixel.util.FlxSpriteUtil, so you need the following for it to be available:

using flixel.util.FlxSpriteUtil;