https://github.com/blazium-engine/blazium_icons_editor
Google material icons editor plugin for Blazium engine.
https://github.com/blazium-engine/blazium_icons_editor
Last synced: 8 months ago
JSON representation
Google material icons editor plugin for Blazium engine.
- Host: GitHub
- URL: https://github.com/blazium-engine/blazium_icons_editor
- Owner: blazium-engine
- License: mit
- Created: 2025-03-03T08:49:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-06T15:05:36.000Z (11 months ago)
- Last Synced: 2025-10-14T16:08:31.551Z (8 months ago)
- Language: GDScript
- Size: 686 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazium Icons Editor
Editor plugin that allows embedding icons from set of icons supported into the `project.godot` file.
It creates an autoload `UserIconsLoader`.
It also comes with a plugin that needs to be enabled in the `Project Settings -> Plugins -> Blazium Icons Editor`. This addon allows you to select which icons you want included in the project.

## Icons:
* [Google Material Icons](https://github.com/google/material-design-icons?tab=Apache-2.0-1-ov-file)
## Example:
For usage example check the [blazium-engine/project-tictactoe](https://github.com/blazium-engine/project-tictactoe) repo.