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
}
}

View file

@ -34,7 +34,7 @@
},
{"_type": "Combat", "hp": 50, "max_hp": 50, "damage": 50, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "EnemyConfig", "hearing_distance": 10},
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "evil_eye"}
]
},