aboutsummaryrefslogtreecommitdiff
path: root/plugins/terrain/plugin.cfg
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-24 09:53:33 -0300
committerJuan Linietsky2014-02-24 09:53:33 -0300
commit4b07eb8deb03ce8c7870d621cd03d04d45f4caaa (patch)
tree3314811f8a347ae60d951163c19d291b46381511 /plugins/terrain/plugin.cfg
parent51609ffc04290f8bd1ecbd9cf1639c0cc6368fac (diff)
downloadgodot-4b07eb8deb03ce8c7870d621cd03d04d45f4caaa.tar.gz
godot-4b07eb8deb03ce8c7870d621cd03d04d45f4caaa.tar.zst
godot-4b07eb8deb03ce8c7870d621cd03d04d45f4caaa.zip
-moved script to modules
Diffstat (limited to 'plugins/terrain/plugin.cfg')
-rw-r--r--plugins/terrain/plugin.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/terrain/plugin.cfg b/plugins/terrain/plugin.cfg
deleted file mode 100644
index d2f291742..000000000
--- a/plugins/terrain/plugin.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-[plugin]
-
-name="Terrain"
-description="Simple plugin for generating and editing grid-based terrains. This type of terrains were all the rage in the early 2000's, but lost popularity to hand crafted geometry towards the end of the decade."
-author="Juan Linietsky"
-version="1.0"
-installs=true
-script="terrain.gd"
-install_files=["terrain.gd","terrain_node.gd","icon_terrain.png"]
-
-
-
-
-
-
-