adjust hitboxes for language select

Main
Arneth 2 years ago
parent 3e69163065
commit c14a6b7dd6

@ -1,25 +0,0 @@
<linker>
<assembly fullname="Unity.Addressables, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" preserve="all">
<type fullname="UnityEngine.AddressableAssets.Addressables" preserve="all" />
</assembly>
<assembly fullname="Unity.Localization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<type fullname="UnityEngine.Localization.Locale" preserve="all" />
<type fullname="UnityEngine.Localization.Tables.SharedTableData" preserve="all" />
<type fullname="UnityEngine.Localization.Tables.StringTable" preserve="all" />
<type fullname="UnityEngine.Localization.LocaleIdentifier" preserve="nothing" serialized="true" />
<type fullname="UnityEngine.Localization.Metadata.MetadataCollection" preserve="nothing" serialized="true" />
<type fullname="UnityEngine.Localization.Tables.DistributedUIDGenerator" preserve="nothing" serialized="true" />
<type fullname="UnityEngine.Localization.Tables.SharedTableData/SharedTableEntry" preserve="nothing" serialized="true" />
<type fullname="UnityEngine.Localization.Tables.TableEntryData" preserve="nothing" serialized="true" />
</assembly>
<assembly fullname="Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" preserve="all">
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.AssetBundleProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.BundledAssetProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.InstanceProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.LegacyResourcesProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.SceneProvider" preserve="all" />
</assembly>
<assembly fullname="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<type fullname="UnityEngine.Object" preserve="all" />
</assembly>
</linker>

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: e0a04391904768142bdd8c13a0a220fa
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

@ -226,9 +226,9 @@ public class OptionSettingsWindow : OptionBaseWindow
new BaseWindow.UICollision("fullscreen", 112, 429, this.wndz + 4, 209, 32), 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("fontsize0", 406, 419, this.wndz + 4, 105, 25),
new BaseWindow.UICollision("fontsize1", 396, 454, this.wndz + 4, 128, 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("language0", 645, 162, this.wndz + 4, 110, 28),
new BaseWindow.UICollision("language1", 634, 197, this.wndz + 4, 175, 25), new BaseWindow.UICollision("language1", 638, 197, this.wndz + 4, 126, 31),
new BaseWindow.UICollision("language2", 634, 232, this.wndz + 4, 175, 25), new BaseWindow.UICollision("language2", 633, 232, this.wndz + 4, 133, 31),
//new BaseWindow.UICollision("font5", 673, 300, this.wndz + 4, 75, 34), //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.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), //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[] private int[] LanguageXPositions = new int[]
{ {
634, 645,
634, 636,
634 633
}; };
private int[] LanguageYPositions = new int[] private int[] LanguageYPositions = new int[]

Loading…
Cancel
Save