World copying with facts and constants is working so now new levels are possible, but need to work on previous level motion.

This commit is contained in:
Zed A. Shaw 2025-01-27 13:48:20 -05:00
parent 2735a0ac1f
commit 82216b8307
6 changed files with 52 additions and 32 deletions

View file

@ -8,6 +8,6 @@
"worldgen": {
"enemy_probability": 20,
"empty_room_probability": 10,
"device_probability": 100
"device_probability": 30
}
}