Combat UI is alright but need to now make a few common widgets.

This commit is contained in:
Zed A. Shaw 2025-02-16 19:27:57 -05:00
parent cfe56bbf99
commit 7c1f05c801
4 changed files with 16 additions and 8 deletions

View file

@ -21,13 +21,13 @@
"blood_splatter": "assets/blood_splatter-256.png"
},
"enemy": {
"HEARING_DISTANCE": 20
"HEARING_DISTANCE": 5
},
"player": {
},
"worldgen": {
"enemy_probability": 80,
"enemy_probability": 20,
"empty_room_probability": 10,
"device_probability": 30
"device_probability": 20
}
}