godot/tools/script_plugins/time/plugin.cfg

15 lines
384 B
INI
Raw Normal View History

2014-02-10 02:10:30 +01:00
[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"