From bb83df795edc296679499b4f4e981313a0b5a315 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 15 Sep 2023 18:02:54 -0600 Subject: [PATCH] assertlogspritescc --- src/hollywoo_flixel/HollywooFlixelDSL.kiss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hollywoo_flixel/HollywooFlixelDSL.kiss b/src/hollywoo_flixel/HollywooFlixelDSL.kiss index ea682b6..5e781b7 100644 --- a/src/hollywoo_flixel/HollywooFlixelDSL.kiss +++ b/src/hollywoo_flixel/HollywooFlixelDSL.kiss @@ -157,6 +157,9 @@ `(#when debug (kiss_flixel.SpriteTools.assertLogSprites ,(read stream)) (cc))) +(defReaderMacro "ASSERTLOGSPRITESCC" [stream &builder b] + `(#when debug + (kiss_flixel.SpriteTools.assertLogSprites ,(read stream)))) // Reusable effect: Scan a slightly transparent line side-to-side across a FlxSprite like a scanner @:keep