diff --git a/Assets/AddressableAssetsData/link.xml b/Assets/AddressableAssetsData/link.xml deleted file mode 100644 index 66763552e..000000000 --- a/Assets/AddressableAssetsData/link.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Assets/AddressableAssetsData/link.xml.meta b/Assets/AddressableAssetsData/link.xml.meta deleted file mode 100644 index 98eeb6245..000000000 --- a/Assets/AddressableAssetsData/link.xml.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: e0a04391904768142bdd8c13a0a220fa -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Scripts/Assembly-CSharp/OptionSettingsWindow.cs b/Assets/Scripts/Assembly-CSharp/OptionSettingsWindow.cs index 62e14dedc..430859d27 100644 --- a/Assets/Scripts/Assembly-CSharp/OptionSettingsWindow.cs +++ b/Assets/Scripts/Assembly-CSharp/OptionSettingsWindow.cs @@ -226,9 +226,9 @@ public class OptionSettingsWindow : OptionBaseWindow new BaseWindow.UICollision("fullscreen", 112, 429, this.wndz + 4, 209, 32), new BaseWindow.UICollision("fontsize0", 406, 419, this.wndz + 4, 105, 25), new BaseWindow.UICollision("fontsize1", 396, 454, this.wndz + 4, 128, 25), - new BaseWindow.UICollision("language0", 634, 162, this.wndz + 4, 175, 25), - new BaseWindow.UICollision("language1", 634, 197, this.wndz + 4, 175, 25), - new BaseWindow.UICollision("language2", 634, 232, this.wndz + 4, 175, 25), + new BaseWindow.UICollision("language0", 645, 162, this.wndz + 4, 110, 28), + new BaseWindow.UICollision("language1", 638, 197, this.wndz + 4, 126, 31), + new BaseWindow.UICollision("language2", 633, 232, this.wndz + 4, 133, 31), //new BaseWindow.UICollision("font5", 673, 300, this.wndz + 4, 75, 34), new BaseWindow.UIImage("BackGround", 0, 0, this.wndz + 1, "screen/sysmenu/options_01", true, true), //new BaseWindow.UIButton("Clear", 208, 380, this.wndz + 2, "screen/sysmenu/sys_btn_10", true, true, 1, 2, 0), @@ -542,9 +542,9 @@ public class OptionSettingsWindow : OptionBaseWindow private int[] LanguageXPositions = new int[] { - 634, - 634, - 634 + 645, + 636, + 633 }; private int[] LanguageYPositions = new int[]