Skip to content

Commit

Permalink
set move time
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 committed Dec 2, 2024
1 parent 8e722d7 commit 3a4bcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/PosterUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class PosterUI : UdonSharpBehaviour
/// <summary>
/// 移动时间
/// </summary>
public float moveTime = 0.5f;
public float moveTime = 0.7f;
/// <summary>
/// 上次移动时间
/// </summary>
Expand All @@ -53,7 +53,7 @@ public class PosterUI : UdonSharpBehaviour
/// <summary>
/// 自动移动时间
/// </summary>
public float autoMoveTime = 5;
public float autoMoveTime = 10f;
/// <summary>
/// 当鼠标按下
/// </summary>
Expand Down

0 comments on commit 3a4bcbb

Please sign in to comment.