Add tree_stand thangs to Generate Terrain modal in level editor. Use as border for grassy terrain.
This commit is contained in:
parent
e8ed205038
commit
da4116ee2e
1 changed files with 7 additions and 3 deletions
|
@ -15,6 +15,10 @@ clusters = {
|
||||||
'thangs': ['Tree 1', 'Tree 2', 'Tree 3', 'Tree 4']
|
'thangs': ['Tree 1', 'Tree 2', 'Tree 3', 'Tree 4']
|
||||||
'margin': 0.5
|
'margin': 0.5
|
||||||
}
|
}
|
||||||
|
'tree_stands': {
|
||||||
|
'thangs': ['Tree Stand 1', 'Tree Stand 2', 'Tree Stand 3', 'Tree Stand 4', 'Tree Stand 5', 'Tree Stand 6']
|
||||||
|
'margin': 3
|
||||||
|
}
|
||||||
'shrubs': {
|
'shrubs': {
|
||||||
'thangs': ['Shrub 1', 'Shrub 2', 'Shrub 3']
|
'thangs': ['Shrub 1', 'Shrub 2', 'Shrub 3']
|
||||||
'margin': 0.5
|
'margin': 0.5
|
||||||
|
@ -165,10 +169,10 @@ presets = {
|
||||||
'grassy': {
|
'grassy': {
|
||||||
'terrainName': 'Grass'
|
'terrainName': 'Grass'
|
||||||
'type':'grassy'
|
'type':'grassy'
|
||||||
'borders':'trees'
|
'borders':'tree_stands'
|
||||||
'borderNoise':1
|
'borderNoise':1
|
||||||
'borderSize':0
|
'borderSize':2
|
||||||
'borderThickness':3
|
'borderThickness':2
|
||||||
'floors':'grass_floor'
|
'floors':'grass_floor'
|
||||||
'decorations': {
|
'decorations': {
|
||||||
'hero': {
|
'hero': {
|
||||||
|
|
Reference in a new issue