VisualGearTypes: Add Tint for vgtLineTrail
authorWuzzy
Mon, 28 Oct 2019 15:26:00 +0000
changeset 2067 ab22c7756ad0
parent 2066 c82278e86aa5
child 2068 b519bdd96f11
VisualGearTypes: Add Tint for vgtLineTrail
VisualGearTypes.wiki
--- 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