This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
Releases: rakugoteam/Godot-Material-Icons
Releases · rakugoteam/Godot-Material-Icons
2.1
What's Changed
- upgrade Material Design Icons version to v7.3.67 by @Jeremi360 #17
- added python script for easy updating icons @Jeremi360 #17
- fix that make size in
[icon:name, size]
works again by @Jeremi360 in #19 - fix on icon_search by @Jeremi360 in #19
- bring some fixes form Emojis-For-Godot by @Jeremi360 in #19
- small fix in LabelWithIcons.gd @Jeremi360 in #19
- cleanup by @Jeremi360 in #19
- add online docs links to nodes by @Jeremi360 in #21
Full Changelog: 2.0...2.1
2.0
1.4
1.3 Optimization
- Optimized by adding fixed sizes of icons/font to choose from in Nodes
- used
class_name
instead ofadd_custom_type()