Skip to content

Xrayez/godot-editor-icons-previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Editor Icons Previewer

Godot plugin which adds ability to preview all available icons in Godot Editor. Can be used to help developing Godot plugins without the need to import custom icons.

Usage

Navigate to ProjectTools and click Show Editor Icons menu option:

Show Editor Icons

A window shall popup listing all available editor icons which Godot uses natively (can also show icons from any custom C++ module):

Editor Icons

Hovering on icons will show their internal name to be used when developing plugins. See editor_plugin_utils.gd on how to fetch such icon.