Add "To Be Continued" frame

This commit is contained in:
Chev 2023-01-02 15:06:01 -08:00
parent 80e17fd32c
commit 7fe95e3d62
2 changed files with 4 additions and 0 deletions

View file

@ -75,4 +75,8 @@ hook.Add("ScreenshotEditorInitialize", "ScreenshotEditor_AddBasicFrames", functi
FrameName = "Clearly you don't own an air fryer", FrameName = "Clearly you don't own an air fryer",
MaterialPath = "chev/frames/air_fryer_demotivator.png" MaterialPath = "chev/frames/air_fryer_demotivator.png"
}) })
screenshot_editor.AddFrame({
FrameName = "To Be Continued",
MaterialPath = "chev/frames/to_be_continued.png"
})
end) end)

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB