spanish support
This commit is contained in:
@@ -32,15 +32,17 @@ namespace Game
|
||||
msgwnd_STYLE_DATA.posFrm = new Point3(0, 181, 800);
|
||||
msgwnd_STYLE_DATA.posName[0] = new Point3(86, 170, 803);
|
||||
msgwnd_STYLE_DATA.posName[1] = new Point3(126, 170, 802);
|
||||
if (!UnityApp.PlatformApp.isJapanese)
|
||||
switch (UnityApp.Instance.locale)
|
||||
{
|
||||
msgwnd_STYLE_DATA.posTxt = new Point3(104, 198, 801);
|
||||
msgwnd_STYLE_DATA.sizeTxt = new Size(704, 136);
|
||||
}
|
||||
else
|
||||
{
|
||||
msgwnd_STYLE_DATA.posTxt = new Point3(109, 198, 801);
|
||||
msgwnd_STYLE_DATA.sizeTxt = new Size(654, 136);
|
||||
case Assets.Scripts.LocaleEnum.English:
|
||||
case Assets.Scripts.LocaleEnum.Spanish:
|
||||
msgwnd_STYLE_DATA.posTxt = new Point3(104, 198, 801);
|
||||
msgwnd_STYLE_DATA.sizeTxt = new Size(704, 136);
|
||||
break;
|
||||
default:
|
||||
msgwnd_STYLE_DATA.posTxt = new Point3(109, 198, 801);
|
||||
msgwnd_STYLE_DATA.sizeTxt = new Size(654, 136);
|
||||
break;
|
||||
}
|
||||
msgwnd_STYLE_DATA.posFace = new Point3(0, 173, 803);
|
||||
msgwnd_STYLE_DATA.posBrk = new Point3(459, 252, 802);
|
||||
|
||||
Reference in New Issue
Block a user