10000 GitHub - foxssake/plenticons: Node icons for Godot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

foxssake/plenticons

Repository files navigation

plenticons

plenticons

License GitHub Release Site Discord ko-fi

A pack of icons to use with custom nodes in the Godot editor. Or wherever else!

Features

  • plus 50+ icons of various categories
  • chest Each icon comes in multiple variants
  • heart Licensed as CC0 - take it and use it
  • globe Dedicated site for browsing
  • check Available for HiDPI displays too
  • lightning Optimized for size

Overview

Often, when working on projects, it would be nice to have some custom icons for specific nodes, but finishing the project is a big enough task in itself. Making custom icons for different nodes is often overkill, as it adds effort, but doesn't effect the finished game at all.

This is where plenticons saves the day! Providing many different icons, instead of having to make them on your own, just pick and choose which one fits your node!

Each icon comes in multiple color variations, using Godot's standard node colors for your color coding pleasure! White and black variants are also included, to be used as masks, or tinting.

And with its permissive license, plenticons can be used outside of the Godot editor, in your games, applications, wherever you deem fit!

Install

Depending on your preference, you may:

Usage

After importing the addon to your Godot project, use the @icon annotation on your custom scripts, e.g.:

@icon("res://addons/plenticons/icons/16x/foxs-sake/plenticons-yellow.png")

For the HiDPI version, replace 16x with 64x-hidpi in the path:

@icon("res://addons/plenticons/icons/64x-hidpi/foxs-sake/plenticons-yellow.png")

To pick an icon visually, browsing the site and clicking on an icon will show the corresponding code snippet. Clicking on the snippet will automatically copy it to the clipboard.

Support

If you've found plenticons useful, feel free to fund us on ko-fi:

ko-fi

License

plenticons is under the CC0 1.0 license.

0