world config + improved wall clearing

This commit is contained in:
MaxRobinsonTheGreat
2021-12-18 11:53:30 -06:00
parent fe2d6aae7c
commit c319ed9dc5
7 changed files with 24 additions and 16 deletions

6
src/WorldConfig.js Normal file
View File

@@ -0,0 +1,6 @@
const WorldConfig = {
headless: false,
clear_walls_on_reset: false,
}
module.exports = WorldConfig;