Major work on breaking up menus

This commit is contained in:
Bryan Ashby
2020-07-05 14:06:34 -06:00
parent 35ef2db446
commit 965e845834
12 changed files with 4147 additions and 4612 deletions

View File

@@ -369,7 +369,7 @@
storageTags: {
//
// Example storage tag: "super_l33t_warez":
// super_l33t_warez: "/path/to/super/l33t/warez"
// super_l33t_warez: /path/to/super/l33t/warez
//
}
@@ -377,10 +377,10 @@
//
// Example area with the areaTag of "an_example_area":
// an_example_area: {
// name: "Example File Area"
// desc: "It's just an example, yo!"
// name: Example File Area
// desc: It's just an example, yo!
// storageTags: [
// "super_l33t_warez"
// super_l33t_warez
// ]
// }
//