You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
-moved script to modules
This commit is contained in:
14
tools/script_plugins/time/plugin.cfg
Normal file
14
tools/script_plugins/time/plugin.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user