mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:27:34 +00:00
Fix: name of screenshot context
This commit is contained in:
parent
9919559b63
commit
b60cf72dbb
|
@ -75,7 +75,7 @@ hook.Add("HUDPaint", "gmInte:ContextScreen:Screenshot", function()
|
||||||
surface.DrawRect(ScrW() / 2 - 1, ScrH() / 2 - 10, 2, 20)
|
surface.DrawRect(ScrW() / 2 - 1, ScrH() / 2 - 10, 2, 20)
|
||||||
surface.SetDrawColor(0, 0, 0, 50)
|
surface.SetDrawColor(0, 0, 0, 50)
|
||||||
surface.DrawRect(0, 0, ScrW(), ScrH())
|
surface.DrawRect(0, 0, ScrW(), ScrH())
|
||||||
draw.SimpleText(gmInte.getTranslation("report_bug.context_menu.screen_capture", "Close the context menu to take the screenshot that will be send to Discord."), "Trebuchet24", ScrW() / 2, ScrH() / 2 + 40, Color(255, 255, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
|
draw.SimpleText(gmInte.getTranslation("context_menu.screen_capture", "Close the context menu to take the screenshot that will be send to Discord."), "Trebuchet24", ScrW() / 2, ScrH() / 2 + 40, Color(255, 255, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
function gmInte.contextScreenshot()
|
function gmInte.contextScreenshot()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user