There's now a config to control the random world gen a bit.

This commit is contained in:
Zed A. Shaw 2025-01-14 15:16:24 -05:00
parent b16405cfdc
commit 7acbd0379f
4 changed files with 22 additions and 19 deletions

View file

@ -5,7 +5,8 @@
"player": {
},
"type": {
"TEST": 1234
"worldgen": {
"enemy_probability": 60,
"empty_room_probability": 20
}
}