blob: d2f291742034249878f294b6f05e44a22b4482cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"]
|