Skip to content

Dobytchick/Nutscript-Easy-Icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nutscript Easy Icons

This plugin allows standard NutScript icons without any problems and confusion.

Example prview

Example Usage:

local firstIcon = getIcon('icon-print')
local secondIcon = getIcon('0xe801', true)

hook.Add('HUDPaint','TEST', function()
    -- ICON-NAME
    draw.DrawText(firstIcon, 'nutIconsBigNew', 0, 0, color_white, TEXT_ALIGN_LEFT)

    -- SYMBOLCODE
    draw.DrawText(secondIcon, 'nutIconsBigNew', 100, 0, color_white, TEXT_ALIGN_LEFT)
end)

Nutscript icon fonts:

Font Size
nutIconsSmallNew 22
nutIconsMediumNew 28
nutIconsBigNew 48

Links:

List of all icons

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages