From c66de66358cd5d8e70c1bfb45cde55ec3e6c100a Mon Sep 17 00:00:00 2001 From: ChunkyAtlas Date: Mon, 3 Nov 2025 14:24:01 -0700 Subject: [PATCH] update chance-man to v2.8.0 (#9394) refactor: refactor ChanceManOverlay and improve roll animation flow - Refactored `ChanceManOverlay`: - Rewrote animation logic using float based positions for smoother motion and precise snapping. - Added easing based deceleration and smoothstep snapping to settle on the final slot cleanly. - Integrated textured visuals via `roll_box.png` and `icon_slot.png`. - Added radial glow highlight for the winning slot. - Simplified render loop and reduced unnecessary allocations. - Updated `RollAnimationManager`: - Unlocks and announces items immediately after the snap phase completes. - Keeps highlight rendering active for visual polish before the next roll. - Ensures thread safety and proper Swing UI updates. - Added new resources: - `roll_box.png` - `icon_slot.png` - add roll sound volume config option - update to v2.8.0 --- plugins/chance-man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chance-man b/plugins/chance-man index 83107f493..83a35de6b 100644 --- a/plugins/chance-man +++ b/plugins/chance-man @@ -1,2 +1,2 @@ repository=https://github.com/ChunkyAtlas/chance-man.git -commit=eac8c8984e5b232745aefaeed37d87991a126a25 +commit=1d23d5b8b695d993fec408f897bd468447e24564