From dfd17887e30ec3903a3b1ba6d1b90b16ce0dac97 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 30 Jul 2022 12:42:44 -0500 Subject: [PATCH] Added mute keyvalue to vgui_movie_display --- base.fgd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.fgd b/base.fgd index d9f9192..0c33ec3 100644 --- a/base.fgd +++ b/base.fgd @@ -1761,6 +1761,12 @@ 0 : "No" 1 : "Yes" ] + + muted(choices) : "Mute Movie" : 1 = + [ + 0 : "No" + 1 : "Yes" + ] width(integer) : "Panel width" : 256 : "Width of the panel in units." height(integer) : "Panel height" : 128 : "Height of the panel in units."