basic start state and auto reset/pause

This commit is contained in:
MaxRobinsonTheGreat
2021-12-18 13:22:52 -06:00
parent adc826d6a6
commit f6db669adb
4 changed files with 39 additions and 18 deletions

View File

@@ -1,6 +1,9 @@
const WorldConfig = {
headless: false,
clear_walls_on_reset: false,
start_state: 'simple-prod',
auto_reset: true,
auto_pause: false,
}
module.exports = WorldConfig;