new halloween nuketown map and background color support

This commit is contained in:
Michael Simard
2021-10-19 06:33:31 -05:00
parent 65a16590e8
commit 3c9bee293c
3 changed files with 40 additions and 43 deletions

View File

@@ -16,7 +16,8 @@ struct DashboardItem: Content {
var content:String
var title2:String? = nil
var content2:String? = nil
var sortOrder: Int
var sortOrder: Int
var backgroundColor = "004999"
}