Author Topic: possible to change size of crosshair?  (Read 488 times)

no, i dont mean open it in paint and draw a bigger one, i mean is there a way to change what size it shows up as in game?

i found out no matter what size i make my png file, it always shrinks down during gameplay.

do it in the GUI/particle editor.

That's because the picture can be any size, but the Gui bitmap control is set to a size that was coded in before. You can do something about this. Do

crosshairhudname(Idontknowitatthemoment).extent="X Y";

Or something to change the size.