mapdisplay = dxText:create('*Map: none', 2, screenHeight - dxGetFontHeight(0.7, 'bankgothic'), false, 'bankgothic', 0.7, 'left'),
authordisplay = dxText:create('*author: none', 2, screenHeight - dxGetFontHeight(0.7, 'bankgothic')/3, false, 'bankgothic', 0.7, 'left'),
It puts mapname and author name in left bottom corner.
it displays like this
Map:Craving v15
Author:Sebas
i want it to look like this kinda
Map:Craving v15
Author:Sebas
so basically i need to add 2 seperations for map: and mapname part
then add color codes.