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:
Arreglar el problema de desplazamiento de borde
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"/>
Eso es todo lo que estamos compartiendo hoy para este Civilización VI de Sid Meier guía. Esta guía fue originalmente creada y escrita por BeeGod. En caso de que no actualicemos esta guía, puede encontrar la última actualización siguiendo este enlace.