From 58aca2a9c4ed537dc457ecd00386bc70f95a316e Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 2 Dec 2024 16:24:47 -0500 Subject: [PATCH] Add description to FloodFill demo --- content/demos/FloodFill.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/demos/FloodFill.md b/content/demos/FloodFill.md index 292938656..40c7f62c9 100644 --- a/content/demos/FloodFill.md +++ b/content/demos/FloodFill.md @@ -3,3 +3,7 @@ title: "FloodFill" layout: demo source: "Effects/FloodFill" --- + +_Creates a flood fill effect FlxSprite, useful for bringing in images in cool ways_ + +A HaxeFlixel port of [Photonstorm](https://github.com/photonstorm)'s 'FloodFillFX' - [Github](https://github.com/photonstorm/Flixel-Power-Tools/blob/master/src/org/flixel/plugin/photonstorm/FX/FloodFillFX.as)