mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-10-30 06:31:35 +00:00
Add "Black Bars" frame
This commit is contained in:
parent
7fe95e3d62
commit
88ef459be0
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ hook.Add("ScreenshotEditorInitialize", "ScreenshotEditor_AddBasicFrames", functi
|
|||
FrameName = "Vignette",
|
||||
MaterialPath = "chev/frames/vignette.png"
|
||||
})
|
||||
screenshot_editor.AddFrame({
|
||||
FrameName = "Black Bars",
|
||||
MaterialPath = "chev/frames/black_bars_219.png"
|
||||
})
|
||||
screenshot_editor.AddFrame({
|
||||
FrameName = "Action",
|
||||
MaterialPath = "chev/frames/action.png"
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
Loading…
Add table
Reference in a new issue