Add fence and wall type fields, add height field to some barriers

(closes #3602)
This commit is contained in:
Bryan Housel
2016-11-20 21:04:33 -05:00
parent e3212e6ea4
commit 8fe66fa65d
10 changed files with 60 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "fence",
"type": "combo",
"label": "Type"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "wall",
"type": "combo",
"label": "Type"
}