From 40636f44bd9a4923d4ece2491921eeccec968783 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 4 Dec 2021 00:12:13 -0700 Subject: [PATCH] fixes for Hollywoo --- src/hollywoo_flixel/FlxDirector.kiss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hollywoo_flixel/FlxDirector.kiss b/src/hollywoo_flixel/FlxDirector.kiss index 2696818..95d35ee 100644 --- a/src/hollywoo_flixel/FlxDirector.kiss +++ b/src/hollywoo_flixel/FlxDirector.kiss @@ -36,7 +36,8 @@ (Left STAGE_LEFT_X) (Right - STAGE_RIGHT_X)) + STAGE_RIGHT_X) + (otherwise (throw "unsupported stage position"))) (/ character.actor.width 2))) (set character.actor.y ACTOR_Y) (currentState.add character.actor)