From 35e4f95b4ff050ccf3576eeda7612a7837ed5b9b Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 8 Jan 2022 22:59:09 -0700 Subject: [PATCH] update setSprite hitboxes --- projects/hollywoo-flixel/src/hollywoo_flixel/SceneFlxState.kiss | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hollywoo-flixel/src/hollywoo_flixel/SceneFlxState.kiss b/projects/hollywoo-flixel/src/hollywoo_flixel/SceneFlxState.kiss index 6b074651..23b87e8b 100644 --- a/projects/hollywoo-flixel/src/hollywoo_flixel/SceneFlxState.kiss +++ b/projects/hollywoo-flixel/src/hollywoo_flixel/SceneFlxState.kiss @@ -28,6 +28,7 @@ (setSprite.setGraphicSize FlxG.width)) (when (> setSprite.height FlxG.height) (setSprite.setGraphicSize 0 FlxG.height)) + (setSprite.updateHitbox) (setSprite.screenCenter)) (method &override :Void update [:Float elapsed]