VisualGearTypes.wiki
changeset 2069 7904665da6d7
parent 2068 b519bdd96f11
child 2077 514babfbad9e
equal deleted inserted replaced
2068:b519bdd96f11 2069:7904665da6d7
   109 A straight line between two points which fades out after some time, has a slight yellowish color. As if a bullet has been fired. A `vgtLineTrail` has a start and an end point. The default `Timer` is too low so you must set it manually
   109 A straight line between two points which fades out after some time, has a slight yellowish color. As if a bullet has been fired. A `vgtLineTrail` has a start and an end point. The default `Timer` is too low so you must set it manually
   110 
   110 
   111  * `X`, `Y`: Start point of line
   111  * `X`, `Y`: Start point of line
   112  * `dX`, `dY`: End point of line
   112  * `dX`, `dY`: End point of line
   113  * `Timer`: Life time (default: 0)
   113  * `Timer`: Life time (default: 0)
   114  * `Tint`: Only the last byte is used which is for specifying the opacity (0-255). The color cannot be changed
   114  * `Tint`: Opacity (0-255). The color itself can't be changed