Sid Meier's Civilization VI のエッジ スクロールの問題を修正する方法

The fix that is posted everywhere doesn’t fix the edge scrolling in the corners, where it should go diagonally; It only works right on the top left. The following method is a modified version that should be a complete fix:

直し方

Modify the equivalent lines in Sid Meier’s Civilization VI\Base\Assets\UI\EdgeScroll.xml

 <Container ID="LeftScreenEdge" Anchor="L,T" Size="4,parent+2" />
<Container ID="RightScreenEdge" Anchor="R,T" Size="4,parent+2" Offset="-1,0"/>
<Container ID="TopScreenEdge" Anchor="L,T" Size="parent+2,2" />
<Container ID="BottomScreenEdge" Anchor="L,B" Size="parent+2,2" Offset="0,-1"/>
このガイドについて Sid Meier's Civilization VI によって書かれた BeeGod. 原文はこちらからご覧いただけます リンク. このガイドに関してご不明な点がございましたら, お気軽にお問い合わせください ここ.

著者について