技能tips
This commit is contained in:
parent
05f53b03e0
commit
99339d3461
@ -171,7 +171,7 @@ namespace BF
|
|||||||
if (ConstraintType == Constraint.Flexible)
|
if (ConstraintType == Constraint.Flexible)
|
||||||
{
|
{
|
||||||
column = (int) Math.Floor((rectSize.x + Spaceing.x) / (CellSize.x + Spaceing.x));
|
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)
|
if (childCount % column == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
1623
Assets/prefabs/ui/tips/battle_skill_tips.prefab
Normal file
1623
Assets/prefabs/ui/tips/battle_skill_tips.prefab
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/prefabs/ui/tips/battle_skill_tips.prefab.meta
Normal file
7
Assets/prefabs/ui/tips/battle_skill_tips.prefab.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b45cf809dbc969f44961cc93d933acb1
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName: prefabs/ui/battle/battle_skill_select_ui.prefab.ab
|
||||||
|
assetBundleVariant:
|
||||||
Loading…
x
Reference in New Issue
Block a user