From 27f7368e05a0a53058f3b625237a413951553c0c Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Sat, 12 Sep 2026 00:46:46 +0200 Subject: [PATCH] feat: Add SetHoldTime input to game_text --- fgd/point/game/game_text.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/fgd/point/game/game_text.fgd b/fgd/point/game/game_text.fgd index a444b34c..23d11733 100644 --- a/fgd/point/game/game_text.fgd +++ b/fgd/point/game/game_text.fgd @@ -52,4 +52,5 @@ input SetPosY(float) : "Set the Y position of the text. (0 - 1.0 = top to bottom) (-1 centers)" input SetTextColor(color255) : "Set color of the front text." input SetTextColor2(color255) : "Set color of the transition text." + input SetHoldTime(float) : "Set the hold time in seconds." ]