20 lines
376 B
INI
20 lines
376 B
INI
[plugin]
|
|
|
|
name="Icon Explorer"
|
|
description="Explore icon collections."
|
|
author="Iceflower S"
|
|
version="1.4.4"
|
|
script="plugin.gd"
|
|
license="MIT"
|
|
repository="https://github.com/kenyoni-software/godot-addons"
|
|
keywords=[
|
|
"tool"
|
|
]
|
|
classifiers=[
|
|
"Development Status :: 5 - Production/Stable",
|
|
"License :: OSI Approved :: MIT License"
|
|
]
|
|
|
|
[plugin.dependencies]
|
|
godot=">=4.4"
|