-moved script to modules
This commit is contained in:
parent
51609ffc04
commit
4b07eb8deb
43 changed files with 597 additions and 148 deletions
16
tools/script_plugins/terrain/plugin.cfg
Normal file
16
tools/script_plugins/terrain/plugin.cfg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[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"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue