From ffd8cae0139c427d86095c0d73c54328a7e13771 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 29 Aug 2022 20:10:03 +0000 Subject: [PATCH] Make gray buttons more visible --- .../flixel-desktop-habit-puzzle-game/source/HabitState.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss index 0cbb1da9..50a2cdd6 100644 --- a/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss +++ b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss @@ -258,7 +258,7 @@ (set entryWindow.textColor FlxColor.LIME) (when m.rewardFiles (_makeText "Puzzle #$(+ 1 rewardFileIndex) / ${model.rewardFiles.length}" (max 0 (- TOTAL_PIECES (* currentRewardFile.piecesPerPoint (- p currentRewardFile.startingPoints))))) - (set entryWindow.textColor FlxColor.GRAY) + (set entryWindow.textColor (FlxColor.fromRGBFloat 0.2 0.2 0.2)) (_makeText "{space} Cycle background color" 0 ->_ (defAndCall method toggleBackgroundColor