forked from joey/godottest
19 lines
373 B
INI
19 lines
373 B
INI
[plugin]
|
|
|
|
name="GLogging"
|
|
description="Adds a 'GLogging' singleton."
|
|
author="Iceflower S"
|
|
version="2.0.0"
|
|
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.2" |