mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-03 18:53:01 -05:00
PAC3 icon from https://raw.githubusercontent.com/CapsAdmin/goluwa-assets/master/extras/textures/pac.png
This commit is contained in:
parent
13e2fde64a
commit
12c58d9886
@ -152,12 +152,16 @@ function pace.ClientSettingsMenu(pnl)
|
||||
|
||||
end
|
||||
|
||||
|
||||
local icon = "icon64/pac3.png"
|
||||
icon = file.Exists("materials/"..icon,'GAME') and icon or "icon64/playermodel.png"
|
||||
|
||||
list.Set(
|
||||
"DesktopWindows",
|
||||
"PACEditor",
|
||||
{
|
||||
title = "PAC Editor",
|
||||
icon = "icon64/playermodel.png",
|
||||
icon = icon,
|
||||
width = 960,
|
||||
height = 700,
|
||||
onewindow = true,
|
||||
|
@ -14,3 +14,4 @@ include("net_messages.lua")
|
||||
|
||||
CreateConVar("has_pac3_editor", "1", {FCVAR_NOTIFY})
|
||||
|
||||
resource.AddSingleFile("materials/icon64/pac3.png")
|
BIN
materials/icon64/pac3.png
Normal file
BIN
materials/icon64/pac3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue
Block a user