Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Releases: rakugoteam/Godot-Material-Icons

2.1

20 Mar 18:00
e2e3ae3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0...2.1

2.0

17 Aug 10:16
e2aacd3
Compare
Choose a tag to compare
2.0

Changelog

  • ported for Godot 4.x
  • rewritten to give you access to MaterialIconsDB singleton for easier use of material icon anywhere in your project.
  • now is easy to use icons in RichTextLabel - example
  • IconsFinder was rewritten to be more optimized and faster

1.4

01 May 18:07
23c4386
Compare
Choose a tag to compare
1.4

Fixes name == "" bug

1.3 Optimization

19 Dec 10:35
f9a9d58
Compare
Choose a tag to compare
  • Optimized by adding fixed sizes of icons/font to choose from in Nodes
  • used class_name instead of add_custom_type()

1.2

24 Sep 07:04
Compare
Choose a tag to compare
1.2

Changes:

  • Fix bug that hide icons co buttons
  • Make sure that MetrialIcon and MaterialButton are properly init()

1.1

16 Sep 12:45
Compare
Choose a tag to compare
1.1

Changes:

  • Removed Tool Button
  • Now Find Material Icon is in the Godot's Tools menu

1.0

04 Sep 15:02
Compare
Choose a tag to compare
1.0

First Release:

  • use icons font version 5.9.55
  • nodes:
    • MaterialIcon
    • MaterialButton
  • tools:
    • Material Icon Finder