Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fgd/point/info/info_overlay.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down