Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.31 KB | None | 0 0
  1. private function loadAssets (pLoader:GameLoader): Void {
  2.     lLoader.addLocalisationFile("localisation.xlf");
  3. }
  4.  
  5. private function onLoadComplete (pLoader:GameLoader): Void {
  6.         Localisation.getInstance().makeFast(GameLoader.getContentXml("localisation.xlf"));
  7.        
  8.         Localisation.getInstance().traduction("en");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement