Skip to content

Commit

Permalink
Merge pull request #55 from BitBoard/fix-scroll
Browse files Browse the repository at this point in the history
駒落ち用スクロールバーの修正
  • Loading branch information
sgrwaaa authored Apr 7, 2024
2 parents 3bbfae1 + 4104739 commit d2778c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Assets/Scenes/GameScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -3174,7 +3174,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 28}
m_SizeDelta: {x: 0, y: 55}
m_Pivot: {x: 0.5, y: 1}
--- !u!1001 &385395495
PrefabInstance:
Expand Down Expand Up @@ -6704,10 +6704,10 @@ MonoBehaviour:
m_SelectOnRight: {fileID: 0}
m_Transition: 1
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_NormalColor: {r: 0.39607844, g: 0.6784314, b: 0.827451, a: 1}
m_HighlightedColor: {r: 0.39607844, g: 0.6784314, b: 0.827451, a: 1}
m_PressedColor: {r: 0.39607844, g: 0.6784314, b: 0.827451, a: 1}
m_SelectedColor: {r: 0.39607844, g: 0.6784314, b: 0.827451, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_ColorMultiplier: 1
m_FadeDuration: 0.1
Expand Down

0 comments on commit d2778c5

Please sign in to comment.