fix: resolve Next/Previous step and UI skipping bugs

This commit is contained in:
yangbear
2026-07-08 09:38:42 +08:00
parent 2018c6813e
commit a33435a827
9 changed files with 553 additions and 83 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ using UnityEngine;
public static class OutlineConfig
{
public static float Width = 0.15f;
public static float Width = 2.0f;
}