add note about i18n
This commit is contained in:
parent
76894b739e
commit
84b39e2fda
@ -965,7 +965,7 @@ simulated function DrawPetInfo()
|
|||||||
Y = Canvas.ClipY*0.925;
|
Y = Canvas.ClipY*0.925;
|
||||||
Canvas.Font = GUIStyle.PickFont(GUIStyle.DefaultFontSize,Sc);
|
Canvas.Font = GUIStyle.PickFont(GUIStyle.DefaultFontSize,Sc);
|
||||||
Canvas.TextSize("ABC",XL,YS,Sc,Sc);
|
Canvas.TextSize("ABC",XL,YS,Sc,Sc);
|
||||||
S = "Current Pet(s)";
|
S = "Current Pet(s)"; // TODO: Localization. (for some reason, if i try to replace this var with localized version - the border around the text disappears)
|
||||||
Canvas.TextSize(S,XL,YL,Sc,Sc);
|
Canvas.TextSize(S,XL,YL,Sc,Sc);
|
||||||
Y-=(YS*MyCurrentPet.Length);
|
Y-=(YS*MyCurrentPet.Length);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user