diff --git a/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss index e4216bc9..205f95f1 100644 --- a/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss +++ b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss @@ -88,7 +88,7 @@ // TODO provide a saner/configurable set of bindings to trigger these ui action functions { - (when FlxG.keys.justPressed.Q + (when FlxG.mouse.justPressedRight (when draggingSprite (draggingSprite.rotate 90) (doFor s (recursivelyConnectedPieces draggingSprite)