Browse Source

飘字间距

zhaoyang 3 years ago
parent
commit
11211eab79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Controller/PromptController.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Controller/PromptController.cs

@@ -68,7 +68,7 @@ namespace GFGGame
                 MoveAllUp();
                 GComponent preui = _uis[_uis.Count - 1];
                 ui.x = preui.x;
-                ui.y = preui.y + 50;
+                ui.y = preui.y + 100;
             }
             ui.data = ET.TimeHelper.ClientNow() + 3000;
             _uis.Add(ui);