world config + improved wall clearing
This commit is contained in:
6
src/WorldConfig.js
Normal file
6
src/WorldConfig.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const WorldConfig = {
|
||||
headless: false,
|
||||
clear_walls_on_reset: false,
|
||||
}
|
||||
|
||||
module.exports = WorldConfig;
|
||||
Reference in New Issue
Block a user