An open API service indexing awesome lists of open source software.

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.

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.

![exaple](./docs/example.png)

## 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.