killkhergit said:
MartinF said:
... I don't think you can override the size of the existing recticle so you'd have to make a new one.
Yes, you can. By changing the texture (alpha) of the reticle.
Where is the original recticle define? Adn there is a size operation that I have found, though I don't understand why it uses x,y,z position:
overlay_set_size = 925 # (overlay_set_size, <overlay_id>, <position_no>), #position's x and y values are used
I would think that this would be a %, but I didn't write the module system...