From 3b3502b758fb4127eca7f71dc0c41c95fac97025 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Thu, 1 Sep 2016 22:36:29 +0200 Subject: 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 --- tools/script_plugins/time/plugin.cfg | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tools/script_plugins/time/plugin.cfg (limited to 'tools/script_plugins/time/plugin.cfg') 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" - - - - - - -- cgit v1.3.1