技能tips

This commit is contained in:
xiekaidong 2023-05-22 15:59:35 +08:00
parent 05f53b03e0
commit 99339d3461
4 changed files with 1916 additions and 216 deletions

View File

@ -171,7 +171,7 @@ namespace BF
if (ConstraintType == Constraint.Flexible)
{
column = (int) Math.Floor((rectSize.x + Spaceing.x) / (CellSize.x + Spaceing.x));
column = Math.Min(column, childCount);
column = Math.Max(1, Math.Min(column, childCount));
if (childCount % column == 0)
{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: b45cf809dbc969f44961cc93d933acb1
PrefabImporter:
externalObjects: {}
userData:
assetBundleName: prefabs/ui/battle/battle_skill_select_ui.prefab.ab
assetBundleVariant: