Skip to content

Commit

Permalink
feat: improved the atomic cards prefab
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Jul 1, 2024
1 parent 1c55638 commit ab69603
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ PrefabInstance:
- target: {fileID: 2502060429892462597, guid: 218f771c4a1b2bd44b484c3331b203d5,
type: 3}
propertyPath: m_Name
value: DetailPanelsCatalog Variant
value: DetailPanelsCatalog
objectReference: {fileID: 0}
- target: {fileID: 3039276563062532136, guid: 218f771c4a1b2bd44b484c3331b203d5,
type: 3}
Expand Down Expand Up @@ -976,8 +976,8 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Padding:
m_Left: 0
m_Right: 0
m_Left: 8
m_Right: 8
m_Top: 0
m_Bottom: 0
m_ChildAlignment: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_IgnoreLayout: 0
m_MinWidth: 78
m_MinWidth: -1
m_MinHeight: 8
m_PreferredWidth: 78
m_PreferredWidth: -1
m_PreferredHeight: 8
m_FlexibleWidth: -1
m_FlexibleWidth: 1
m_FlexibleHeight: -1
m_LayoutPriority: 1
--- !u!222 &2487537762961676274
Expand Down Expand Up @@ -303,11 +303,11 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_IgnoreLayout: 0
m_MinWidth: 78
m_MinWidth: -1
m_MinHeight: 12
m_PreferredWidth: 78
m_PreferredWidth: -1
m_PreferredHeight: 12
m_FlexibleWidth: -1
m_FlexibleWidth: 1
m_FlexibleHeight: -1
m_LayoutPriority: 1
--- !u!222 &1813317506396449940
Expand Down Expand Up @@ -459,11 +459,11 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_IgnoreLayout: 0
m_MinWidth: 78
m_MinWidth: -1
m_MinHeight: 20
m_PreferredWidth: 78
m_PreferredWidth: -1
m_PreferredHeight: 20
m_FlexibleWidth: -1
m_FlexibleWidth: 1
m_FlexibleHeight: -1
m_LayoutPriority: 1
--- !u!114 &3312625255646847774
Expand Down Expand Up @@ -529,7 +529,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 100, y: 20}
m_SizeDelta: {x: 128, y: 20}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &8299723200697038567
MonoBehaviour:
Expand All @@ -546,7 +546,7 @@ MonoBehaviour:
m_IgnoreLayout: 0
m_MinWidth: 100
m_MinHeight: 20
m_PreferredWidth: 100
m_PreferredWidth: 128
m_PreferredHeight: 20
m_FlexibleWidth: -1
m_FlexibleHeight: -1
Expand Down

0 comments on commit ab69603

Please sign in to comment.