From 440372a16e280395b2ea5fc78294719d46cd75f1 Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Sun, 23 Feb 2025 15:25:55 +0100 Subject: [PATCH] Add info_overlay tint property --- fgd/point/info/info_overlay.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/fgd/point/info/info_overlay.fgd b/fgd/point/info/info_overlay.fgd index 9c3ef70f8..b78cc5b3c 100644 --- a/fgd/point/info/info_overlay.fgd +++ b/fgd/point/info/info_overlay.fgd @@ -22,6 +22,7 @@ 2: "Third" 3: "Fourth" ] + tint(color255) : "Tint Color" : "255 255 255 255" : "Applies a color tint using multiply mix mode. Color will be put as $color shader parameter. Alpha will be put as $alpha shader parameter, so make sure the overlay's material allows the use of those parameters." startu(float) : "U Start" : 0.0 : "A value between 0-1, defining the starting X axis position in the overlay material." endu(float) : "U End" : 1.0 : "A value between 0-1, defining the ending X axis position in the overlay material."