Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 348 Bytes

Flixel Blobs

Just some demonstration code for doing semi-blobby objects in Flixel 2.50.

Blobby!

The interesting code is in the src/BlobbyGroup.as file.

Basically, for each camera, we blur the contents, then use the alpha as a threshold.

Using Gaussian blobby sprites would probably look better.