I am trying to replace the position icon in the demo with my own but I haven't managed to figure out how. I searched for it's declaration in the .json file and had no success.
{
"class" : "map",
"colortype" : "rgba",
"columns" : 1,
"filename" :
[
"route_arrow.png",
"route_arrow.png",
"route_arrow.png",
"route_arrow.png",
"route_arrow.png",
"route_arrow.png"
],
"rows" : 1,
"textureatlas" :
[
{
"textureheight" : [ 128, 128, 128, 128, 128, 128 ],
"textureid" : 55,
"texturelinear" : true,
"texturelocation" : [ 0, 0 ],
"texturename" : "route_arrow",
"texturewidth" : [ 128, 128, 128,128, 128, 128 ]
}
]
},