diff options
| author | Rémi Verschelde | 2016-09-01 22:36:29 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-09-05 07:49:22 +0200 |
| commit | 3b3502b758fb4127eca7f71dc0c41c95fac97025 (patch) | |
| tree | 57f5ab6e2d32dbcb832a8b3c7070c8f0d7081b22 /tools/script_plugins/time/plugin.cfg | |
| parent | 6a4ba76836a8a0579a6164351e3fa2d14e29aa79 (diff) | |
| download | godot-3b3502b758fb4127eca7f71dc0c41c95fac97025.tar.gz godot-3b3502b758fb4127eca7f71dc0c41c95fac97025.tar.zst godot-3b3502b758fb4127eca7f71dc0c41c95fac97025.zip | |
Remove tools/script_plugins, demos of the old plugin API
They are superseded by the official demos in
https://github.com/godotengine/godot-demo-projects/tree/master/plugins
Diffstat (limited to 'tools/script_plugins/time/plugin.cfg')
| -rw-r--r-- | tools/script_plugins/time/plugin.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/script_plugins/time/plugin.cfg b/tools/script_plugins/time/plugin.cfg deleted file mode 100644 index 5430306a7..000000000 --- a/tools/script_plugins/time/plugin.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[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" - - - - - - |
