More work on buildings, and on documentation

This commit is contained in:
Simon Brooke 2021-06-23 09:58:42 +01:00
parent 32d6d71e6c
commit 3327ddc524
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
56 changed files with 1279 additions and 951 deletions

View file

@ -1,26 +1,31 @@
{
"folders": [
{
"path": "."
},
{
"path": "../gossip"
"path": "../GreatGameTerrain"
},
{
"path": "../walkmap"
},
{
"path": "../genbuildings"
},
{
"path": "../GreatGameTerrain"
},
{
"path": "../jme-clj"
},
{
"path": "../codox"
},
{
"path": "../cloverage"
},
{
"path": "../MicroWorld/mw-engine"
},
{
"path": "."
},
{
"path": "../test-graphs"
}
],
"settings": {}
"settings": {
"java.configuration.updateBuildConfiguration": "automatic"
}
}