From da4116ee2e2f6a361c906d6fdd3ded36eb8994ca Mon Sep 17 00:00:00 2001 From: Nathan Rosquist Date: Wed, 26 Nov 2014 12:18:57 -0800 Subject: [PATCH] Add tree_stand thangs to Generate Terrain modal in level editor. Use as border for grassy terrain. --- .../editor/level/modals/GenerateTerrainModal.coffee | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/views/editor/level/modals/GenerateTerrainModal.coffee b/app/views/editor/level/modals/GenerateTerrainModal.coffee index 56e67e5bc..100f3d0b6 100644 --- a/app/views/editor/level/modals/GenerateTerrainModal.coffee +++ b/app/views/editor/level/modals/GenerateTerrainModal.coffee @@ -15,6 +15,10 @@ clusters = { 'thangs': ['Tree 1', 'Tree 2', 'Tree 3', 'Tree 4'] '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': { 'thangs': ['Shrub 1', 'Shrub 2', 'Shrub 3'] 'margin': 0.5 @@ -165,10 +169,10 @@ presets = { 'grassy': { 'terrainName': 'Grass' 'type':'grassy' - 'borders':'trees' + 'borders':'tree_stands' 'borderNoise':1 - 'borderSize':0 - 'borderThickness':3 + 'borderSize':2 + 'borderThickness':2 'floors':'grass_floor' 'decorations': { 'hero': {