godot/tools/script_plugins/time/plugin.cfg
2014-02-24 09:53:33 -03:00

15 lines
384 B
INI

[plugin]
name="The Time"
description="This plugin displays the current local time, with great accuracy, by harvesting the power of quartz crystals inside your computer.\nIt may also serve as simple example on how to write a non-installable editor plugin, or just remind you that it's time to go back home."
author="Juan Linietsky"
version="1.0"
installs=false
script="time.gd"