From 48ad70d7dbd491fb4b35762c3d78df8dfd0a1a44 Mon Sep 17 00:00:00 2001 From: Adrien Ufferte Date: Wed, 10 Jun 2026 09:58:39 +0200 Subject: [PATCH] Debug completed game color on the minigame wheel --- sources/gardens/gardens.gd | 3 +-- sources/gardens/gardens.tscn | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/gardens/gardens.gd b/sources/gardens/gardens.gd index 71deb8cd..fa2a17cd 100644 --- a/sources/gardens/gardens.gd +++ b/sources/gardens/gardens.gd @@ -12,7 +12,7 @@ const WHEEL_RADIUS: float = 815.0 const WHEEL_ARC_SEGMENTS: int = 48 const WHEEL_ICON_DISTANCE_RATIO: float = 0.55 const WHEEL_DIVIDER_WIDTH: float = 12.0 -const WHEEL_HIGHLIGHT_WIDTH: float = 12.0 +const WHEEL_HIGHLIGHT_WIDTH: float = 24.0 # Outline around the central Look-and-Learn button. Drawn at the button's visible # edge. Colored dark by default, gold when L&L is the next-to-play step. const LESSON_BUTTON_OUTLINE_RADIUS: float = 192.0 @@ -884,7 +884,6 @@ func _apply_wedge_status_effects(wedge: MinigameWedge, status: StudentProgressio or not transition_data.get("first_clear", false): return await minigame_layout_opened - create_tween().tween_property(wedge, "modulate:a", 0.6, 0.5) wedge.right() diff --git a/sources/gardens/gardens.tscn b/sources/gardens/gardens.tscn index d297d1e0..a86f0721 100644 --- a/sources/gardens/gardens.tscn +++ b/sources/gardens/gardens.tscn @@ -210,6 +210,7 @@ layout_mode = 2 [node name="BossButtons" type="Control" parent="ScrollContainer" unique_id=1176317047] unique_name_in_owner = true +layout_mode = 2 mouse_filter = 2 [node name="LockedLine" type="Line2D" parent="." unique_id=1229207154]