--- a/VisualGearTypes.wiki Mon Oct 28 15:16:33 2019 +0000
+++ b/VisualGearTypes.wiki Mon Oct 28 15:26:00 2019 +0000
@@ -106,8 +106,9 @@
* `FrameTicks`: Life time in milliseconds (default: random between 250 and 500)
== `vgtLineTrail` ==
-A straight line between two points which briefly fades out. 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
+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
* `X`, `Y`: Start point of line
* `dX`, `dY`: End point of line
- * `Timer`: Life time
\ No newline at end of file
+ * `Timer`: Life time (default: 0)
+ * `Tint`: Only the last byte is used which is for specifying the opacity (0-255). The color cannot be changed
\ No newline at end of file