// Cross shape settings - credit: Blizzie
#define CROSSHAIR_CROSS_SIZE .01 <<大小>>
#define CROSSHAIR_CROSS_THICKNESS .000417 <<厚度>>
#define CROSSHAIR_CROSS_BORDER_THICKNESS .000417
#define CROSSHAIR_CROSS_GAP .005 // Set this to 0.0 for no center gap <<個gap, 間隙, set 做.000如果想係個"十"字咁>>
// R, G, B, Alpha with a range of 0.0 to 1.0
#define CROSSHAIR_CROSS_INNER_COLOR float4(1.0, 1.0, 1.0, 0.5) <<顏色>>
#define CROSSHAIR_CROSS_BORDER_COLOR float4(0.0, 0.0, 0.0, 0.5)
// Dynamic color - ignores color settings above (but uses alpha settings!!) and instead does roughly the inverse of whatever it's over.
#define CROSSHAIR_CROSS_INNER_DYNAMIC_COLOR 0
#define CROSSHAIR_CROSS_BORDER_DYNAMIC_COLOR 0