mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-12-16 13:02:12 +00:00
Add "To Be Continued" frame
This commit is contained in:
parent
80e17fd32c
commit
7fe95e3d62
2 changed files with 4 additions and 0 deletions
|
|
@ -75,4 +75,8 @@ hook.Add("ScreenshotEditorInitialize", "ScreenshotEditor_AddBasicFrames", functi
|
|||
FrameName = "Clearly you don't own an air fryer",
|
||||
MaterialPath = "chev/frames/air_fryer_demotivator.png"
|
||||
})
|
||||
screenshot_editor.AddFrame({
|
||||
FrameName = "To Be Continued",
|
||||
MaterialPath = "chev/frames/to_be_continued.png"
|
||||
})
|
||||
end)
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Loading…
Add table
Reference in a new issue