
Label_IDs.txt
-------------
This file contains id for label localization. Text of label is determined with this id.
This file has form of:

ID_LABEL_MAIN_MENU {};
ID_LABEL_ARCADE {};
...

NOTE: All ids must begin with "ID_LABEL".



Mesh_Locations.txt
------------------
This file contains predefined locations for label creation. This has form of:

Name_Of_Location_1 { location={x,y,0}; };
Name_Of_Location_2 { location={x,y,0}; };
...

, where x & y are coordinates for that location.








