diff options
author | enen92 <92enen@gmail.com> | 2022-01-05 14:42:26 +0000 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2022-01-05 14:42:26 +0000 |
commit | 2e0ceac7b151e0dd8ab74c0f5558c913e49bf451 (patch) | |
tree | 8d136af8c0e66bce0b477b865613378b49d3591f /addons | |
parent | c49961f4f38c28926090fc2a2083088ebb036b06 (diff) |
[Skin][Estouchy] Implement missing Player.Editlist
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estouchy/xml/IncludesPlayerControls.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/IncludesPlayerControls.xml b/addons/skin.estouchy/xml/IncludesPlayerControls.xml index c9463a0657..3c663c1364 100644 --- a/addons/skin.estouchy/xml/IncludesPlayerControls.xml +++ b/addons/skin.estouchy/xml/IncludesPlayerControls.xml @@ -101,6 +101,18 @@ <texturebg colordiffuse="002C2C2C">white.png</texturebg> </control> <control type="ranges"> + <description>EdlEdits</description> + <posx>0</posx> + <posy>46</posy> + <width>552</width> + <height>10</height> + <info>Player.Editlist</info> + <texturebg border="3" colordiffuse="00FFFFFF">white.png</texturebg> + <lefttexture>white.png</lefttexture> + <midtexture colordiffuse="FFFF0000">white.png</midtexture> + <righttexture>white.png</righttexture> + </control> + <control type="ranges"> <description>Cuts</description> <posx>0</posx> <posy>50</posy> |