From 0806efc3ac05bc9aa90dd3b85e269cf9e9c6c2ba Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 20 Oct 2024 10:44:25 -0500 Subject: [PATCH] reveal mouse on cleanup? --- src/hollywoo_flixel/HollywooFlixelDSL.kiss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hollywoo_flixel/HollywooFlixelDSL.kiss b/src/hollywoo_flixel/HollywooFlixelDSL.kiss index e9248b0..504d9ca 100644 --- a/src/hollywoo_flixel/HollywooFlixelDSL.kiss +++ b/src/hollywoo_flixel/HollywooFlixelDSL.kiss @@ -821,7 +821,9 @@ (set camera.width (- (Std.int prop.width) 2)) // TODO same for the -2 )) -(cleanup (FlxG.state.remove flxDirector.spriteLayers true)) +(cleanup + (FlxG.state.remove flxDirector.spriteLayers true) + (set FlxG.mouse.visible true)) (defMacro addSkips [flxMovieClass] `{