Python1320 2016-10-18 22:44:29 +03:00
parent 13e2fde64a
commit 12c58d9886
3 changed files with 6 additions and 1 deletions

View File

@ -152,12 +152,16 @@ function pace.ClientSettingsMenu(pnl)
end end
local icon = "icon64/pac3.png"
icon = file.Exists("materials/"..icon,'GAME') and icon or "icon64/playermodel.png"
list.Set( list.Set(
"DesktopWindows", "DesktopWindows",
"PACEditor", "PACEditor",
{ {
title = "PAC Editor", title = "PAC Editor",
icon = "icon64/playermodel.png", icon = icon,
width = 960, width = 960,
height = 700, height = 700,
onewindow = true, onewindow = true,

View File

@ -14,3 +14,4 @@ include("net_messages.lua")
CreateConVar("has_pac3_editor", "1", {FCVAR_NOTIFY}) CreateConVar("has_pac3_editor", "1", {FCVAR_NOTIFY})
resource.AddSingleFile("materials/icon64/pac3.png")

BIN
materials/icon64/pac3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB