diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2022-12-24 14:17:13 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2022-12-24 14:17:13 +0000 |
commit | 0c8cdcf03b2708ce2bf33589db32f426048ed378 (patch) | |
tree | 0e7e89d44fb100152e1da5041eca5329077f49d1 /docs/tools.md | |
parent | 4cd89b82ffbf3c1b83fb2a2221fc33f04f98118a (diff) | |
parent | 228007129f9fda791b7c7cf56ebb34a2487e6275 (diff) | |
download | ubox-msx-lib-0c8cdcf03b2708ce2bf33589db32f426048ed378.tar.gz ubox-msx-lib-0c8cdcf03b2708ce2bf33589db32f426048ed378.zip |
Merge branch 'main' into 'main'
map.py may ignore missing map_conf.json
See merge request reidrac/ubox-msx-lib!37
Diffstat (limited to 'docs/tools.md')
-rw-r--r-- | docs/tools.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tools.md b/docs/tools.md index caf67c4..a0d1237 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -105,8 +105,9 @@ Please check `map.json` of the example game for a reference. #### Configuration -The map importer requires a configuration file in JSON format that provides -information about the valid entities in the map. +The map importer may require a configuration file in JSON format that provides +information about the valid entities in the map, but only if the Entities layer +is used. For each entity it expects: |