Added character derma menu (not done)

master
AlmTech 5 years ago
parent 0255287dd8
commit c530599e90
  1. 15
      gamemode/engine/derma/cl_character.lua

@ -0,0 +1,15 @@
-- __ _ _______ _ __
-- / / /\ | | |__ __| | | \ \
-- / / / \ | |_ __ ___ | | ___ ___| |__ \ \
-- < < / /\ \ | | '_ ` _ \| |/ _ \/ __| '_ \ > >
-- \ \ / ____ \| | | | | | | | __/ (__| | | | / /
-- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/
local function char_derma()
local sw, sh = ScrW(), ScrH()
if( !f ) then
local f = vgui.Create( "DFrame" )
f:SetTitle( "Character Derma" )
f:SetSize( sw, sh )
end
end
Loading…
Cancel
Save