Combat UI's elements are now pulled out into gui_gadgets so we have an initial prototype on basic UI elements needed.

This commit is contained in:
Zed A. Shaw 2025-02-16 21:19:21 -05:00
parent 7c1f05c801
commit 8d9c2d8c05
5 changed files with 99 additions and 43 deletions

View file

@ -26,7 +26,7 @@
"player": {
},
"worldgen": {
"enemy_probability": 20,
"enemy_probability": 40,
"empty_room_probability": 10,
"device_probability": 20
}