Added mute keyvalue to vgui_movie_display

This commit is contained in:
Blixibon 2022-07-30 12:42:44 -05:00
parent 1ee3f55d40
commit dfd17887e3

View File

@ -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."